13 lines
181 B
JSON
13 lines
181 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./dist/",
|
||
|
|
||
|
"sourceMap": true,
|
||
|
"strict": true,
|
||
|
"noImplicitAny": true,
|
||
|
"module": "commonjs",
|
||
|
"target": "ES2018",
|
||
|
"allowJs": true
|
||
|
}
|
||
|
}
|