Files
SusMarket/reactapp/tsconfig.json
RailTH 8292a2622d Profile page, file structure & fixes
Fixed warning about Babel, added folder 'utils', coding profile page & other
2024-02-08 16:37:07 +11:00

26 lines
487 B
JSON

{
"compilerOptions": {
"target": "es2016",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"allowJs": true,
"skipLibCheck": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"noEmit": true,
"jsx": "react"
},
"include": [
"src",
"src/components",
"src/utils/custom.d.ts"
]
}