3
0
mirror of https://github.com/Qortal/q-shop.git synced 2025-01-30 06:42:21 +00:00
q-shop/tsconfig.json

20 lines
460 B
JSON
Raw Normal View History

2023-12-08 18:27:19 +00:00
{
"compilerOptions": {
"target": "es2020",
"useDefineForClassFields": true,
"allowJs": false,
"skipLibCheck": true,
"esModuleInterop": false,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "ESNext",
"moduleResolution": "Node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx"
},
"include": ["src"],
}