mirror of
https://github.com/yangcht/obsidian-things-toolkit.git
synced 2026-07-22 07:45:44 +00:00
19 lines
No EOL
452 B
JSON
19 lines
No EOL
452 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"allowSyntheticDefaultImports": true,
|
|
"inlineSourceMap": true,
|
|
"inlineSources": true,
|
|
"module": "ESNext",
|
|
"target": "ES2020",
|
|
"moduleResolution": "node",
|
|
"importHelpers": true,
|
|
"strict": true,
|
|
"noImplicitAny": true,
|
|
"types": ["node"],
|
|
"lib": ["DOM", "ES2020"],
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["node_modules", "main.js"]
|
|
} |