mirror of
https://github.com/yawaflua/SusMarket.git
synced 2025-12-08 19:49:36 +02:00
Start of coding product page, creating of components for reviews and information page. And other little fixes of importing svg elements
25 lines
486 B
JSON
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"
|
|
]
|
|
} |