mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
18 lines
242 B
JSON
18 lines
242 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es2021",
|
|
"lib": [
|
|
"ES2021"
|
|
],
|
|
"outDir": "out",
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"rootDir": "src"
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
".vscode-test",
|
|
"out"
|
|
]
|
|
}
|