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