mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-13 02:42:45 +00:00
chore: use only transpile
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
{
|
||||
"ts-node": {
|
||||
"transpileOnly": true
|
||||
},
|
||||
"compilerOptions": {
|
||||
"target": "es6",
|
||||
"module": "commonjs",
|
||||
@@ -6,7 +9,8 @@
|
||||
"removeComments": true,
|
||||
"preserveConstEnums": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"sourceMap": true
|
||||
"sourceMap": false,
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"include": ["src/**/*.ts", "index.ts", "tests3.ts"],
|
||||
"exclude": ["node_modules", ".vscode"]
|
||||
|
||||
Reference in New Issue
Block a user