pashto-dictionary/functions/tsconfig.json

18 lines
315 B
JSON
Raw Permalink Normal View History

2024-08-14 19:30:10 +00:00
{
"compilerOptions": {
"module": "commonjs",
"noImplicitReturns": true,
"noUnusedLocals": true,
"outDir": "lib",
"sourceMap": true,
"strict": true,
"target": "es2017",
"skipLibCheck": true,
"esModuleInterop": true,
},
"compileOnSave": true,
"include": [
"src"
]
}