dioxus/packages/jsinterpreter/tsconfig.json

14 lines
221 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"
],
"strict": true,
2022-01-12 12:34:37 +00:00
}
}