8 lines
113 B
JSON
8 lines
113 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noImplicitAny": false,
|
|
"composite": true
|
|
}
|
|
}
|