mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-12 18:32:44 +00:00
18 lines
396 B
JSON
18 lines
396 B
JSON
{
|
|
"ts-node": {
|
|
"transpileOnly": true
|
|
},
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"outDir": "build",
|
|
"removeComments": true,
|
|
"preserveConstEnums": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"sourceMap": false,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["src/**/*.ts", "index.ts", "cli.ts"],
|
|
"exclude": ["node_modules", ".vscode"]
|
|
}
|