nope/tsconfig.py.json

28 lines
566 B
JSON

{
"compilerOptions": {
"target": "ES5",
"allowJs": true,
"allowUnusedLabels": true,
"charset": "utf-8",
"experimentalDecorators": true,
"module": "None",
"noFallthroughCasesInSwitch": false,
"noImplicitReturns": true,
"outDir": "./dist-py",
"pretty": false,
"removeComments": false,
"stripInternal": true,
"downlevelIteration": true,
"noImplicitAny": false,
"declaration": true
},
"include": [
"lib",
],
"exclude": [
"node_modules",
"temp",
"dist-nodejs",
"dist-browser"
]
}