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