mirror of
https://github.com/kopia/htmlui.git
synced 2026-02-02 12:53:24 -08:00
23 lines
543 B
JSON
23 lines
543 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES6",
|
|
"lib": ["dom", "dom.iterable", "esnext"],
|
|
"allowJs": false,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": false,
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"noEmit": true,
|
|
"jsx": "react-jsx",
|
|
"baseUrl": "./",
|
|
"paths": {}
|
|
},
|
|
"include": ["src"]
|
|
}
|