vicky469_aside/tsconfig.test.json
2026-07-17 18:13:04 +08:00

23 lines
494 B
JSON

{
"compilerOptions": {
"allowJs": true,
"target": "ES2020",
"module": "CommonJS",
"moduleResolution": "node",
"outDir": ".test-dist",
"rootDir": ".",
"strict": true,
"strictBindCallApply": true,
"esModuleInterop": true,
"skipLibCheck": true,
"types": ["node"],
"lib": ["ES2020", "DOM"]
},
"include": [
"tests/**/*.ts",
"src/**/*.d.ts",
"src/commentManager.ts",
"src/core/**/*.ts",
"shared/sideNotePromptPolicy.js"
]
}