mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
9 lines
168 B
JSON
9 lines
168 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"$lib/*": ["src/lib/*"]
|
|
}
|
|
},
|
|
"include": ["src/**/*.d.ts", "src/**/*.js", "src/**/*.svelte"]
|
|
}
|