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