mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2024-10-11 23:40:20 -07:00
14 lines
262 B
JSON
14 lines
262 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"noEmit": true,
|
|
"skipLibCheck": true,
|
|
"target": "ESNext",
|
|
"lib": ["ESNext", "dom"],
|
|
"strict": true,
|
|
"noImplicitAny": false,
|
|
"allowSyntheticDefaultImports": true
|
|
}
|
|
}
|