Files
HyperBilibili/tsconfig.json
T
2024-07-10 19:44:33 +08:00

15 lines
263 B
JSON

{
"compilerOptions": {
"allowJs": true,
"esModuleInterop": true,
"module": "commonjs",
"target": "es5",
"outDir": "./dist"
},
"include": [
"src/**/*"
],
"exclude": [
"src/**/*.ux"
]
}