Files

9 lines
132 B
JSON
Raw Permalink Normal View History

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