UNPKG

@7x7cl/qwik

Version:

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

20 lines (18 loc) 443 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" ] }