16 lines
224 B
JSON
16 lines
224 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowJs": false,
|
|
"checkJs": false,
|
|
"noEmit": false,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": [
|
|
"**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"lib/eslint-plugin-vscode/**/*"
|
|
]
|
|
}
|