wutzcalc/shared/tsconfig.json

7 lines
115 B
JSON

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