Files
openmaxio-object-browser/web-app/tsconfig.json

24 lines
586 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
2020-12-04 20:05:32 -06:00
"target": "es2015",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
2020-12-04 20:05:32 -06:00
"jsx": "react-jsx",
"downlevelIteration": true,
"noFallthroughCasesInSwitch": true,
"baseUrl": "./src",
"rootDir": "./src"
},
"include": ["src"]
2020-12-04 20:05:32 -06:00
}