Files
CeruMusic/tsconfig.json
2025-08-19 19:12:06 +08:00

10 lines
233 B
JSON

{
"files": [],
"references": [{ "path": "./tsconfig.node.json" }, { "path": "./tsconfig.web.json" }],
"compilerOptions": {
"noImplicitAny": false,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true
}
}