kylin-code/build/tsconfig.build.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
200 B
JSON
Raw Normal View History

2022-06-14 14:37:10 +08:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"allowJs": false,
"checkJs": false,
"noEmit": false
},
"include": [
"**/*.ts"
2024-04-30 20:57:13 +08:00
],
"exclude": [
"lib/eslint-plugin-vscode/**/*"
2022-06-14 14:37:10 +08:00
]
}