8 lines
110 B
JSON
8 lines
110 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": false
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|