Files
terminal-lab/wetty/tsconfig.browser.json
2026-03-03 16:07:18 +08:00

10 lines
156 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"lib": ["DOM"],
"noEmit": true,
"incremental": true
},
"include": ["src/client"]
}