tmfelwu_obsidian-inbox/tsconfig.json
Sparsh Yadav cb93c37c47 added all
2023-04-11 13:13:14 +05:30

10 lines
No EOL
191 B
JSON

{
"compilerOptions": {
"target": "es2017",
"module": "commonjs",
"strict": true,
"esModuleInterop": true,
"outDir": "dist"
},
"include": ["*.ts"]
}