mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 04:33:06 +00:00
519ec9d294
* add a default head method through eval * remove the old document trait * implement document for each platform * pull out document into a dedicated crate to cut down on shared dependencies --------- Co-authored-by: Jonathan Kelley <jkelleyrtp@gmail.com>
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"
|
|
]
|
|
}
|