mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 20:25:26 +00:00
10 lines
116 B
JSON
10 lines
116 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "build"
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|