mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 14:25:17 +00:00
12 lines
213 B
JSON
12 lines
213 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "lib/esm",
|
|
"inlineSourceMap": true,
|
|
"skipLibCheck": true,
|
|
"module": "Node16",
|
|
"moduleResolution": "Node16"
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|