Files
lynq-chat/packages/lynqchat-js/tsconfig.json
T

19 lines
435 B
JSON

{
"compilerOptions": {
"target": "ES2024",
"module": "ESNext",
"moduleResolution": "bundler",
"outDir": "./dist",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"declaration": true,
"declarationDir": "./dist",
"strict": true,
"skipLibCheck": true,
"baseUrl": "./src/",
},
"tsc-alias": {
"resolveFullPaths": true,
},
}