UNPKG

@qwik.dev/core

Version:

An open source framework for building instant loading web apps at any scale, without the extra effort.

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" ] }