d361ed0c34
BREAKING: drop support for node < 14 BREAKING: removed snapshot, ico, and rc options BREAKING: use python3 as default python binary
26 lines
529 B
JSON
26 lines
529 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./lib/types",
|
|
"target":"es2020",
|
|
"lib": ["es2020"],
|
|
"module": "es2020",
|
|
"allowSyntheticDefaultImports": true,
|
|
"declaration": true,
|
|
"skipLibCheck": true,
|
|
"moduleResolution": "node",
|
|
"experimentalDecorators": true,
|
|
"strict": true
|
|
},
|
|
"include":[
|
|
"src/**/*.ts",
|
|
],
|
|
"ts-node": {
|
|
"transpileOnly": true,
|
|
"transpiler": "ts-node/transpilers/swc",
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"module": "commonjs"
|
|
}
|
|
}
|
|
}
|