18 lines
386 B
JSON
18 lines
386 B
JSON
{
|
|
"include": [
|
|
"./js/global.d.ts",
|
|
"./js/src/**/*"
|
|
],
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "es6",
|
|
"allowJs": true,
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"declarationMap": true,
|
|
"checkJs": true,
|
|
"outDir": "./build/js",
|
|
"allowSyntheticDefaultImports": true
|
|
}
|
|
}
|