Files
manyangles/apps/worker/tsconfig.json
T

6 lines
115 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": { "noEmit": true },
"include": ["src/**/*.ts"]
}