Files
matrix-backend/tsconfig.json
T
2024-02-28 07:45:18 +01:00

15 lines
263 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"outDir": "./dist"
},
"include": [
"src/**/*.ts"
]
}