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