config
Version:
Configuration control for production node deployments
16 lines (15 loc) • 360 B
JSON
{
"compilerOptions": {
"allowJs": true,
"checkJs": false,
"declaration": true,
"emitDeclarationOnly": true,
"outDir": "types",
"rootDir": ".",
"module": "commonjs",
"target": "es2020",
"skipLibCheck": true
},
"include": ["*.js", "lib/**/*.js"],
"exclude": ["test/**", "tools/**", "coverage/**", "node_modules/**"]
}