j2s/lib/tsconfig.json
TopchetoEU 947b2820af
All checks were successful
tagged-release / Tagged Release (push) Successful in 3m41s
build: split up into multiple projects, use kotlin DLS
2025-01-10 04:06:24 +02:00

18 lines
464 B
JSON

{
"include": ["**/*.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
}
}