j2s/tsconfig.json
TopchetoEU b1e0db627c
Some checks failed
tagged-release / Tagged Release (push) Failing after 3m24s
fix typings so they are usable for building the project itself
2025-01-06 14:02:07 +02:00

18 lines
507 B
JSON

{
"include": ["src/lib/**/*.ts", "src/main/resources/lib/lib.d.ts"],
"compilerOptions": {
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"moduleResolution": "Bundler",
"module": "ESNext",
"target": "ESNext",
"noLib": true,
"forceConsistentCasingInFileNames": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowImportingTsExtensions": true,
"noEmit": true
}
}