UNPKG

@builder.io/qwik

Version:

An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.

25 lines (23 loc) 463 B
{ "extends": "../tsconfig.json", "compilerOptions": { "experimentalDecorators": true, "emitDecoratorMetadata": true }, "exclude": [ "../**/*.spec.ts", "../**/*.test.ts", "../**/*.spec.tsx", "../**/*.test.tsx" ], "include": [ "../src/**/*.stories.ts", "../src/**/*.stories.js", "../src/**/*.stories.jsx", "../src/**/*.stories.tsx", "../src/**/*.stories.mdx", "*.ts", "*.js", "preview.tsx" ] }