@georgiancollege/express-mvc
Version:
Express MVC @ Georgian College
22 lines • 637 B
JSON
{
"compilerOptions": {
"target": "ES2022",
"module": "CommonJS",
"sourceMap": true,
"removeComments": true,
"strict": true,
"noImplicitAny": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"strictBindCallApply": true,
"strictPropertyInitialization": true,
"noImplicitThis": true,
"alwaysStrict": true,
"noImplicitReturns": true,
"esModuleInterop": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"moduleResolution": "node"
},
"exclude": ["node_modules"]
}