mango-stats-v3/tsconfig.json

15 lines
333 B
JSON

{
"compilerOptions":
{
"allowJs": true,
"target": "es2019",
"module": "commonjs",
"outDir": "dist",
"sourceMap": true,
"esModuleInterop": true,
"skipLibCheck": true,
},
"skipLibCheck": true,
"include": ["src/**/*.ts", "lib/**/*.ts", "config"],
"exclude": ["node_modules"],
}