update tsconfig stable to import and run

This commit is contained in:
2024-11-30 11:59:16 +07:00
parent eb37c4967f
commit 6e2361166a
3 changed files with 25 additions and 6 deletions

View File

@ -17,10 +17,10 @@
// "baseUrl": "src/",
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"allowJs": true,
"declaration": true,
"emitDeclarationOnly": true,
"declarationMap": true
// "allowJs": true,
"declaration": true
// "emitDeclarationOnly": true,
// "declarationMap": true
},
"include": ["src/swagger-output.json", "src/langs/json/*.json", "./src/**/*.tsx", "./src/**/*.ts"],
"exclude": ["node_modules", "test/**/*.ts"]