mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2024-11-13 04:04:45 +08:00
13 lines
262 B
JSON
13 lines
262 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"noEmit": true,
|
|
"skipLibCheck": true,
|
|
"target": "ESNext",
|
|
"lib": ["ESNext", "dom"],
|
|
"strict": true,
|
|
"noImplicitAny": false,
|
|
"allowSyntheticDefaultImports": true
|
|
}
|
|
}
|