Files
ksef-pdf-generator/tsconfig.json
Michał Chudy b9972746aa add source code
2025-11-21 10:22:39 +01:00

15 lines
266 B
JSON

{
"compilerOptions": {
"target": "es2016",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"extends": "./tsconfig.base.json",
"include": ["src"]
}
}