Files
iTree/jsconfig.json
2021-01-19 00:59:21 +01:00

8 lines
113 B
JSON

{
"compilerOptions": {
"checkJs": true,
"jsx": "react",
"allowSyntheticDefaultImports": true
}
}