Files
TeleUploader/tsconfig.json
T

16 lines
370 B
JSON
Raw Normal View History

{
"compilerOptions": {
"lib": ["ESNext"],
"module": "ESNext",
"target": "ESNext",
"moduleResolution": "Bundler",
"moduleDetection": "force",
"strict": true,
"skipLibCheck": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"types": ["bun-types"]
},
"include": ["src/**/*", "test/**/*"]
}