7 lines
137 B
JSON
7 lines
137 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true
|
|
},
|
|
"include": ["./src/**/*", "./test/**/*"]
|
|
} |