api-client/packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-appload/tsconfig.json

16 lines
366 B
JSON

{
"compilerOptions": {
"target": "es2021",
"module": "esnext",
"moduleResolution": "bundler",
"skipLibCheck": true,
"strict": true,
"noUnusedLocals": true,
"noImplicitAny": true,
"declaration": true,
"declarationMap": true,
"outDir": "dist-js"
},
"include": ["guest-js/*.ts"],
"exclude": ["dist-js", "node_modules"]
}