-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtsconfig.json
More file actions
48 lines (48 loc) · 1.49 KB
/
Copy pathtsconfig.json
File metadata and controls
48 lines (48 loc) · 1.49 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "bundler",
"lib": [
"DOM",
"DOM.Iterable",
"ES2022"
],
"strict": true,
"noEmitOnError": true,
"allowJs": false,
"checkJs": false,
"isolatedModules": true,
"verbatimModuleSyntax": true,
"skipLibCheck": true,
"removeComments": true,
"sourceMap": false,
"newLine": "lf"
},
"include": [
"NTComponents/**/*.ts"
],
"exclude": [
"node_modules",
"NTComponents/Theming/NTTheme.types.d.ts",
"NTComponents/Theming/NTTheme.runtime.ts",
"NTComponents/Theming/theme-bootstrap.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"
]
}