mirror of
https://github.com/tmfelwu/obsidian-inbox.git
synced 2026-07-22 07:40:30 +00:00
13 lines
No EOL
314 B
JSON
13 lines
No EOL
314 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "node",
|
|
"skipLibCheck": true,
|
|
"strictPropertyInitialization": false
|
|
},
|
|
"include": ["src/**/*", "main.ts"],
|
|
"exclude": ["node_modules", "**/*.test.ts"]
|
|
} |