-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtsconfig.legacy.json
More file actions
30 lines (30 loc) · 1.05 KB
/
Copy pathtsconfig.legacy.json
File metadata and controls
30 lines (30 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"extends": "./tsconfig.json",
"compilerOptions": {
"noCheck": true,
"noEmitOnError": false
},
"include": [
"NTComponents.Site/wwwroot/js/docs.ts",
"NTComponents/Accordion/TnTAccordion.razor.ts",
"NTComponents/Animation/TnTAnimation.razor.ts",
"NTComponents/Core/TnTExternalClickHandler.razor.ts",
"NTComponents/Core/TnTRippleEffect.razor.ts",
"NTComponents/Editors/TnTMarkdownEditor.razor.ts",
"NTComponents/Form/NTInputFile.razor.ts",
"NTComponents/Form/NTInputSelect.razor.ts",
"NTComponents/Form/TnTInputFile.razor.ts",
"NTComponents/Grid/TnTDataGrid.razor.ts",
"NTComponents/LazyLoader/TnTLazyLoad.razor.ts",
"NTComponents/TabView/TnTTabView.razor.ts",
"NTComponents/Theming/TnTThemeToggle.razor.ts",
"NTComponents/Tooltip/NTTooltip.razor.ts",
"NTComponents/Tooltip/TnTTooltip.razor.ts",
"NTComponents/Typeahead/TnTTypeahead.razor.ts",
"NTComponents/Virtualization/TnTVirtualize.razor.ts",
"NTComponents/wwwroot/NTComponents.lib.module.ts"
],
"exclude": [
"node_modules"
]
}