Files

8 lines
113 B
JSON
Raw Permalink Normal View History

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