24 lines
539 B
JSON
24 lines
539 B
JSON
|
|
{
|
|
"compilerOptions": {
|
|
"target": "ES5",
|
|
"lib": ["DOM", "DOM.Iterable", "ESNext"],
|
|
"types": [],
|
|
"allowJs": true,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": false,
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"noEmit": true,
|
|
"jsx": "react",
|
|
"jsxFactory": "h",
|
|
"jsxFragmentFactory": "Fragment"
|
|
},
|
|
"include": ["src"]
|
|
}
|