@atlaskit/icon
Version:
An icon is a symbol representing a command, device, directory, or common action.
21 lines (20 loc) • 401 B
JSON
{
"extends": "../../../tsconfig.json",
"include": [
"build",
"./src/**/*.ts",
"./src/**/*.tsx",
"./docs/**/*.ts",
"./docs/**/*.tsx",
"./examples/**/*.ts",
"./examples/**/*.tsx",
"./codemods",
"**/stories.ts",
"**/stories.tsx",
"**/stories/*.ts",
"**/stories/*.tsx",
"**/stories/**/*.ts",
"**/stories/**/*.tsx"
],
"compilerOptions": {}
}