16 lines
242 B
JSON
16 lines
242 B
JSON
|
{
|
||
|
"extends": "../tsconfig.base.json",
|
||
|
"compilerOptions": {
|
||
|
"allowJs": true,
|
||
|
"checkJs": true,
|
||
|
"noEmit": true,
|
||
|
"resolveJsonModule": true,
|
||
|
"types": [
|
||
|
"zx"
|
||
|
]
|
||
|
},
|
||
|
"include": [
|
||
|
"*.mjs",
|
||
|
"**/*.mjs",
|
||
|
]
|
||
|
}
|