mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-01 20:04:09 +03:00
20 lines
467 B
JSON
20 lines
467 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ESNext",
|
||
|
"lib": ["DOM", "DOM.Iterable", "ESNext"],
|
||
|
"allowJs": false,
|
||
|
"skipLibCheck": false,
|
||
|
"esModuleInterop": false,
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"strict": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"module": "ESNext",
|
||
|
"moduleResolution": "Node",
|
||
|
"resolveJsonModule": true,
|
||
|
"isolatedModules": true,
|
||
|
"noEmit": true,
|
||
|
"jsx": "react"
|
||
|
},
|
||
|
"include": ["./src"]
|
||
|
}
|