mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
15 lines
No EOL
385 B
JSON
15 lines
No EOL
385 B
JSON
{
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"ignoreDeprecations": "5.0",
|
|
"importsNotUsedAsValues": "error",
|
|
"isolatedModules": true,
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"strict": true,
|
|
},
|
|
"include": ["src", "tests"]
|
|
} |