Assist_Design/apps/bff/tsconfig.json

8 lines
114 B
JSON
Raw Normal View History

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