dioxus/packages/interpreter/tsconfig.json
2022-02-01 16:07:50 -05:00

15 lines
272 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ES2015",
"lib": [
"es2015",
"es5",
"es6",
"dom"
],
"rootDir": "src",
"strict": true,
"outDir": "gen",
}
}