mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 18:25:24 +00:00
11 lines
196 B
JSON
11 lines
196 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"outDir": "build",
|
|
"sourceMap": true,
|
|
"useUnknownInCatchVariables": false
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|