Files
SusMarket/reactapp/tsconfig.json
RailTH a769038291 Coding product page & other fixes
Start of coding product page, creating of components for reviews and information page. And other little fixes of importing svg elements
2024-03-28 23:34:03 +11:00

25 lines
486 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"
]
}