@anansi/generator-js
Version:
Generate Fast React Web Apps
20 lines (19 loc) • 618 B
JSON
{
"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 %>"]
}