Files
web/packages/design-system/tsconfig.json
Linus Flood cd59102ef4 Merged in feat/svg-instead-of-fonts (pull request #3411)
feat(SW-3695): use svg icons instead of font icons

* feat(icons): use svg instead of font icons

* feat(icons): use webpack/svgr for inlined svgs. Now support for isFilled again

* Merge master

* Remove old font icon


Approved-by: Joakim Jäderberg
2026-01-09 13:14:09 +00:00

18 lines
378 B
JSON

{
"extends": "@scandic-hotels/typescript-config/react-library.json",
"compilerOptions": {
"allowImportingTsExtensions": true,
"noEmit": true,
"paths": {}
},
"include": [
"example",
"lib",
".storybook/content/**/*.mdx",
".storybook/content/**/*.tsx",
"lib/tokens/index.ts",
"types"
],
"exclude": ["node_modules", "**/*.test.ts"]
}