Files
hoppscotch/packages/hoppscotch-data/tsconfig.json
2023-12-13 22:43:18 +05:30

15 lines
306 B
JSON

{
"compilerOptions": {
"target": "es2017",
"module": "esnext",
"lib": ["esnext", "DOM"],
"moduleResolution": "node",
"esModuleInterop": true,
"strict": true,
"strictNullChecks": true,
"skipLibCheck": true,
"resolveJsonModule": true
},
"include": ["src/**/*.ts"]
}