UNPKG

@anansi/generator-js

Version:
20 lines (19 loc) 618 B
{ "compilerOptions": { "outDir": "./<%= typeof libPath !== 'undefined' ? libPath : assetPath %>", "baseUrl": "./<%= rootPath %>", "target": "esnext", "module": "nodenext", "lib": ["dom", "esnext"], "jsx": "react-jsx", "declaration": true, "strict": true, "moduleResolution": "nodenext", "allowSyntheticDefaultImports": true, "esModuleInterop": true, "experimentalDecorators": true, "emitDecoratorMetadata": true }, "include": ["<%= rootPath %>"], "exclude": ["node_modules", <% if (typeof libPath !== 'undefined') { %>"libPath", <% } %>"<%= assetPath %>"] }