Files
2026-07-13 13:23:39 +08:00

11 lines
183 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"module": "ESNext",
"target": "ESNext",
"allowJs": true,
"checkJs": true
},
"include": ["./**/*.mjs", "./**/*.ts"]
}