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