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