vicky469_aside/tsconfig.test.json

22 lines
461 B
JSON

{
"compilerOptions": {
"allowJs": true,
"target": "ES2020",
"module": "CommonJS",
"moduleResolution": "node",
"outDir": ".test-dist",
"rootDir": ".",
"strict": 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"
]
}