11 lines
143 B
JSON
11 lines
143 B
JSON
|
{
|
||
|
"extends": "../tsconfig",
|
||
|
"compilerOptions": {
|
||
|
"strict": false,
|
||
|
"noImplicitAny": false
|
||
|
},
|
||
|
"include": [
|
||
|
"./**/*.ts"
|
||
|
]
|
||
|
}
|