8 lines
130 B
JSON
8 lines
130 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"allowJs": true
|
|
},
|
|
"include": ["**/*.ts"]
|
|
}
|