15 lines
211 B
JSON
15 lines
211 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"declaration": true,
|
||
|
"importHelpers": true,
|
||
|
"module": "commonjs",
|
||
|
"outDir": "dist",
|
||
|
"rootDir": "src",
|
||
|
"strict": true,
|
||
|
"target": "es2019"
|
||
|
},
|
||
|
"include": [
|
||
|
"src/**/*"
|
||
|
]
|
||
|
}
|