unfc/tsconfig.json
2025-03-04 11:45:41 +01:00

14 lines
279 B
JSON

{
"compilerOptions": {
"target": "ES2019",
"module": "ESNext",
"declaration": true,
"outDir": "dist",
"strict": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true
},
"include": ["./*.ts", "./**/*.ts"],
"exclude": ["node_modules", "dist"]
}