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