Files
nx_post_support/client/tsconfig.json
T
Christoph 1491aad2ea
/ build_and_publish (push) Successful in 23s
fix:First line can comment #5
2025-01-25 00:19:55 +01:00

13 lines
273 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es2019",
"lib": ["ES2019"],
"outDir": "./dist",
"rootDir": "src",
"sourceMap": true
},
"include": ["src"],
"exclude": ["node_modules", ".vscode-test"]
}