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