mirror of
https://github.com/voideditor/void
synced 2026-05-23 01:18:25 +00:00
15 lines
224 B
JSON
15 lines
224 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowJs": false,
|
|
"checkJs": false,
|
|
"noEmit": false,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": [
|
|
"**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"lib/eslint-plugin-vscode/**/*"
|
|
]
|
|
}
|