iching-broker-level2/tsconfig.frontend.json
Christopher Hase a7250ef323
All checks were successful
ci / build (push) Successful in 1m5s
add http-server part 6.1
2025-04-10 10:21:29 +02:00

8 lines
No EOL
167 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./dist/frontend",
"module": "CommonJS"
},
"include": ["frontend/**/*.ts"]
}