Sha256: 9257a5d28129b2b039db08edc44c2d3643fadca8b8cc6af16964fa83a90f7eef
Contents?: true
Size: 622 Bytes
Versions: 3
Compression:
Stored size: 622 Bytes
Contents
{ "compilerOptions": { "baseUrl": ".", "rootDir": ".", "target": "es6", "module": "es2015", "moduleResolution": "node", "jsx": "react", "strictNullChecks": true, "noImplicitAny": true, "experimentalDecorators": true, "typeRoots": [ "./node_modules/@types" ], "paths": { "*": [ "*", "app/ui/*" ] }, "lib": [ "dom", "es2015", "es2016", "es2017", "dom.iterable", "scripthost" ] }, "include": [ "node_modules/@shopify/patchwork/typescript", "config/typescript/**/*", "app/**/*" ] }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sewing_kit-0.5.1 | lib/install/tsconfig.json |
sewing_kit-0.4.6 | lib/install/tsconfig.json |
sewing_kit-0.5.0 | lib/install/tsconfig.json |