Files
rowy/ft_actions/functions/tsconfig.json
Shams mosowi a85e4fdc28 ft_actions
2021-06-28 00:37:27 +10:00

15 lines
278 B
JSON

{
"compilerOptions": {
"module": "CommonJS",
"noImplicitReturns": true,
"noUnusedLocals": true,
"outDir": "lib",
"sourceMap": true,
"strict": true,
"noImplicitAny": false,
"target": "ESNext"
},
"compileOnSave": true,
"include": ["src"]
}