Skip to main content
Module

x/teddytags/test/tsconfig.json

🐻 The superfast way to custom elements.
Latest
File
{ "extends": "../tsconfig.json", "compilerOptions": { "jsx": "react", "jsxFactory": "h", "declaration": false, "sourceMap": false, "skipLibCheck": true, "baseUrl": ".", "paths": { "teddytags": ["../lib/teddytags"] } }, "include": ["./**/*.test.ts", "./**/*.test.tsx", "./**/*.ts"], "exclude": [""]}