pashto-dictionary/functions/tsconfig.json

23 lines
398 B
JSON

{
"compilerOptions": {
"lib": [
"ES2021"
],
"module": "CommonJS",
"moduleResolution": "node",
"target": "ES5",
"noImplicitReturns": true,
"noUnusedLocals": true,
"outDir": "lib",
"sourceMap": true,
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"allowJs": true
},
"compileOnSave": true,
"include": [
"src"
]
}