Files
passkit-generator/examples/self-hosted/tsconfig.json
2025-01-11 15:36:43 +01:00

11 lines
196 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"target": "ESNext",
"outDir": "build",
"sourceMap": true,
"useUnknownInCatchVariables": false
},
"exclude": ["node_modules"]
}