fancive_obsidian-parallel-r.../tsconfig.json

17 lines
378 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
"baseUrl": ".",
"target": "ES2022",
"module": "CommonJS",
"moduleResolution": "Node",
"lib": ["ES2022", "DOM"],
"types": ["node"],
"strict": true,
"noImplicitReturns": true,
"skipLibCheck": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true
},
"include": ["main.ts", "src/**/*.ts"]
}