mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-12-04 18:09:15 +00:00
10 lines
166 B
JSON
10 lines
166 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es5",
|
||
|
"module": "commonjs",
|
||
|
"strict": true,
|
||
|
"outDir": "dist",
|
||
|
"sourceMap": true
|
||
|
}
|
||
|
}
|