mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 21:25:26 +00:00
13 lines
250 B
JSON
13 lines
250 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "CommonJS",
|
|
"outDir": "build",
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"useUnknownInCatchVariables": false
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|