axp-mongoose-helper/tsconfig.json

18 lines
262 B
JSON
Raw Normal View History

2023-07-11 10:00:11 +03:00
{
"compilerOptions": {
"target": "ESNext",
"module": "ES6",
"baseUrl": ".",
"rootDir": "src",
"outDir": "dist",
"strict": true,
"moduleResolution": "node",
"esModuleInterop": true,
"declaration": true
},
"exclude": ["rollup.config.ts"]
}