chore(assets): move tsconfig to assets

This commit is contained in:
Cell
2026-06-11 16:54:43 +08:00
parent c057a0d578
commit a7bae572a1
3 changed files with 3 additions and 3 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"compilerOptions": {
"target": "ESNext",
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"noUnusedLocals": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true
},
"include": ["js/**/*.ts"],
"exclude": ["node_modules"]
}