9 lines
151 B
JSON
9 lines
151 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"rootDir": ".",
|
|
},
|
|
"include": ["./**/*.ts"]
|
|
}
|