mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
21 lines
531 B
JSON
21 lines
531 B
JSON
{
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"ignoreDeprecations": "5.0",
|
|
"verbatimModuleSyntax": true,
|
|
"isolatedModules": true,
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"strict": true,
|
|
"paths": {
|
|
"carbon-components-svelte": ["./types"],
|
|
"carbon-components-svelte/*": ["./types/*"]
|
|
}
|
|
},
|
|
"include": ["src", "tests"]
|
|
}
|