node-config/apps/tsconfig/nobuild.json

10 lines
217 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"noEmit": true
},
"display": "NoBuild tsconfig.json",
"exclude": ["node_modules"],
"extends": "./base.json"
}