mirror of
https://github.com/planetrenox/inzerosight.git
synced 2026-08-28 00:55:44 +00:00
15 lines
299 B
JSON
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"]
|
|
}
|