dioxus/packages/interpreter/tsconfig.json

16 lines
272 B
JSON
Raw Normal View History

2022-01-12 12:34:37 +00:00
{
"compilerOptions": {
"target": "ESNext",
"module": "ES2015",
2022-01-14 03:51:01 +00:00
"lib": [
"es2015",
"es5",
"es6",
"dom"
],
2022-02-01 21:07:50 +00:00
"rootDir": "src",
"strict": true,
2022-02-01 21:07:50 +00:00
"outDir": "gen",
2022-01-12 12:34:37 +00:00
}
}