fluxer/fluxer_api/tsconfig.worker.json
2026-01-01 21:05:54 +00:00

10 lines
144 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src",
"noEmit": false
},
"include": ["src/**/*"]
}