pompy.dev/source/tsconfig.json
developomp d731ec1b5f Search page update
- streamlined Search logic
- splitted even more code
- made searchbox type "search"
    - show appropriate icons in mobile keyboard
2021-12-21 13:59:58 +09:00

22 lines
561 B
JSON

{
"compilerOptions": {
"target": "es5",
"module": "esnext",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"downlevelIteration": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx"
},
"include": ["src/**/*", "types/**/*", "generate/**/*"]
}