mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-12-03 17:39:11 +00:00
13 lines
221 B
JSON
13 lines
221 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ES2015",
|
|
"lib": [
|
|
"es2015",
|
|
"es5",
|
|
"es6",
|
|
"dom"
|
|
],
|
|
"strict": true,
|
|
}
|
|
}
|