mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-27 14:40:44 +00:00
13 lines
219 B
JSON
13 lines
219 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"target": "es2019",
|
||
|
"lib": ["ES2019"],
|
||
|
"outDir": "out",
|
||
|
"sourceMap": true,
|
||
|
"strict": true,
|
||
|
"rootDir": "src"
|
||
|
},
|
||
|
"exclude": ["node_modules", ".vscode-test"]
|
||
|
}
|