Files
passkit-generator/tsconfig.dist.json
Alexander Cerutti 0827730d41 Prettier rewrite
2024-10-12 00:09:31 +02:00

11 lines
178 B
JSON

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