j2s/src/main/tsconfig.json

18 lines
511 B
JSON
Raw Normal View History

2025-01-06 11:24:58 +00:00
{
"include": ["resources/lib/**/*.ts", "resources/lib/values/.number.d.ts"],
"compilerOptions": {
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"moduleResolution": "Bundler",
"module": "ESNext",
"target": "ESNext",
"lib": [],
"forceConsistentCasingInFileNames": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowImportingTsExtensions": true,
"noEmit": true
}
}