harper/packages/vscode-plugin/tsconfig.json

13 lines
240 B
JSON

{
"exclude": ["src/tests/fixtures"],
"compilerOptions": {
"module": "Node16",
"target": "ES2022",
"lib": ["ES2022", "DOM"],
"sourceMap": true,
"rootDir": "src",
"outDir": "build",
"strict": true,
"skipLibCheck": true
}
}