Files
hoppscotch/packages/hoppscotch-data/tsconfig.json
2023-11-02 18:54:16 +05:30

15 lines
303 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"]
}