15 lines
270 B
JSON
15 lines
270 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"target": "es2016",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"sourceMap": true,
|
|
"outDir": "./build",
|
|
"esModuleInterop": true,
|
|
"strict": true
|
|
},
|
|
"include": ["**/*.cts", "**/*.ts"]
|
|
}
|