Megamind/functions/tsconfig.json

17 lines
287 B
JSON
Raw Permalink Normal View History

2023-09-09 05:11:03 +00:00
{
"compilerOptions": {
"module": "commonjs",
"esModuleInterop": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
"outDir": "lib",
"sourceMap": true,
"strict": true,
"target": "es2017"
},
"compileOnSave": true,
"include": [
"src"
]
}