mirror of
https://github.com/tmfelwu/obsidian-inbox.git
synced 2026-07-22 07:40:30 +00:00
10 lines
No EOL
191 B
JSON
10 lines
No EOL
191 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2017",
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["*.ts"]
|
|
} |