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