geocrop-platform./apps/nextgen/superadmin/client/tsconfig.json

17 lines
372 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"module": "ESNext",
"moduleResolution": "Bundler",
"jsx": "react-jsx",
"strict": false,
"noEmit": true,
"esModuleInterop": true,
"skipLibCheck": true,
"isolatedModules": true,
"allowSyntheticDefaultImports": true
},
"include": ["src"]
}