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
18 lines
378 B
JSON
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"]
|
|
}
|