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