mirror of
https://github.com/tlsnotary/explorer.git
synced 2026-01-06 19:44:02 -05:00
23 lines
520 B
JSON
23 lines
520 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"lib": ["dom", "dom.iterable", "esnext"],
|
|
"allowJs": false,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"noEmit": false,
|
|
"jsx": "react"
|
|
},
|
|
"include": [
|
|
"web"
|
|
],
|
|
"exclude": ["build", "node_modules"]
|
|
}
|