mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-28 15:10:32 +00:00
cda8bb24f1
* remove native and web features from dioxus-html * Fix downcasting web events * Fix desktop with tokio disabled
18 lines
348 B
JSON
18 lines
348 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"lib": [
|
|
"ES2015",
|
|
"DOM",
|
|
"dom",
|
|
"dom.iterable",
|
|
"ESNext"
|
|
],
|
|
"noImplicitAny": true,
|
|
"removeComments": true,
|
|
"preserveConstEnums": true,
|
|
},
|
|
"exclude": [
|
|
"**/*.spec.ts"
|
|
]
|
|
}
|