11 lines
186 B
JSON
11 lines
186 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"noImplicitAny": true,
|
|
"module": "CommonJS",
|
|
"target": "es6",
|
|
"allowJs": true,
|
|
"sourceMap": true,
|
|
"esModuleInterop": true
|
|
}
|
|
}
|