@blueprintjs/core
Version:
Core styles & components
11 lines (10 loc) • 340 B
JSON
{
"extends": "./tsconfig.build.json",
"compilerOptions": {
"composite": true,
"noEmit": true,
"skipLibCheck": true
},
"include": ["**/*.ts", "**/*.tsx", "**/*.test.ts", "**/*.test.tsx", "vitest-env.d.ts"],
"exclude": ["design-tokens/build.ts", "design-tokens/sd.config.ts", "**/*.stories.tsx"]
}