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