Skip to main content
Module

x/teddytags/tsconfig.json

🐻 The superfast way to custom elements.
Go to Latest
File
{ "compilerOptions": { "target": "ES5", "importHelpers": false, "moduleResolution": "node", "resolveJsonModule": true, "allowSyntheticDefaultImports": true, "sourceMap": true, "declaration": true, "types": ["node", "jasmine"] }}