Files
inzerosight/tsconfig.json
2026-08-25 07:41:40 -07:00

15 lines
299 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"lib": ["ES2022", "DOM", "DOM.Iterable"],
"allowJs": true,
"checkJs": false,
"strict": true,
"noEmit": true,
"skipLibCheck": true
},
"include": ["*.ts", "*.js"]
}