mirror of
https://github.com/hsokolowski/iTree.git
synced 2025-12-23 22:18:01 -05:00
9 lines
136 B
JSON
9 lines
136 B
JSON
{
|
|
"compilerOptions": {
|
|
"checkJs": true,
|
|
"jsx": "react",
|
|
"allowSyntheticDefaultImports": true,
|
|
"lib": ["es2019"]
|
|
}
|
|
}
|