9 lines
124 B
JSON
9 lines
124 B
JSON
|
{
|
||
|
"extends": "../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"noEmit": true,
|
||
|
"strict": true
|
||
|
},
|
||
|
"include": ["build.js"]
|
||
|
}
|