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

20 lines
460 B
JSON
Raw Permalink Normal View History

2023-12-08 18:56:56 +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"],
}