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