Files
passkit-generator/tsconfig.dist.json
2024-10-11 23:59:37 +02:00

11 lines
188 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "lib",
"declaration": true,
"inlineSourceMap": true,
"skipLibCheck": true
},
"include": ["src/**/*"]
}