j2s/lib/tsconfig.json
TopchetoEU ff44423a58
Some checks failed
tagged-release / Tagged Release (push) Has been cancelled
build: split up into multiple projects, use kotlin DLS
2025-01-10 04:05:17 +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
}
}