12 lines
144 B
JSON
12 lines
144 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"*.js"
|
|
],
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true
|
|
}
|
|
}
|