Files
Lab4/30/node_modules/express-handlebars/tsconfig.json
MishaBagger b6c10cc93f MACHIN
2023-10-25 09:15:21 +03:00

13 lines
255 B
JSON

{
"compilerOptions": {
"outDir": "./dist",
"target": "ES2015",
"declaration": true,
"sourceMap": true,
"module": "commonjs",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true
},
"include": ["./lib/**/*"]
}