mango-stats-v3/tsconfig.json

15 lines
333 B
JSON
Raw Normal View History

2021-07-26 10:58:58 -07:00
{
"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"],
}