mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-14 00:17:17 +00:00
19 lines
348 B
JSON
19 lines
348 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "CommonJS",
|
||
|
"lib": [
|
||
|
"ES2015",
|
||
|
"DOM",
|
||
|
"dom",
|
||
|
"dom.iterable",
|
||
|
"ESNext"
|
||
|
],
|
||
|
"noImplicitAny": true,
|
||
|
"removeComments": true,
|
||
|
"preserveConstEnums": true,
|
||
|
},
|
||
|
"exclude": [
|
||
|
"**/*.spec.ts"
|
||
|
]
|
||
|
}
|