pashto-dictionary/functions/tsconfig.json

18 lines
315 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"noImplicitReturns": true,
"noUnusedLocals": true,
"outDir": "lib",
"sourceMap": true,
"strict": true,
"target": "es2017",
"skipLibCheck": true,
"esModuleInterop": true,
},
"compileOnSave": true,
"include": [
"src"
]
}