mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2024-11-10 17:35:08 +08:00
15 lines
300 B
JSON
15 lines
300 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"allowJs": true,
|
||
|
"checkJs": true,
|
||
|
"noEmit": true,
|
||
|
"skipLibCheck": true,
|
||
|
"target": "ESNext",
|
||
|
"lib": ["ESNext", "dom"],
|
||
|
"strict": true,
|
||
|
"noImplicitAny": false,
|
||
|
"allowSyntheticDefaultImports": true
|
||
|
},
|
||
|
"include": ["backend", "frontend"]
|
||
|
}
|