@royli/hygen
Version:
The scalable code generator that saves you time.
18 lines (17 loc) • 351 B
JSON
{
"//extends": "pick from: stylomatic/{node-library|react-library|nextjs|base}.json",
"extends": "stylomatic/node-library.json",
"compilerOptions": {
"outDir": "dist",
"strict": false,
"isolatedModules": false
},
"include": [
"./src"
],
"exclude": [
"**/__tests__/",
"test/fixtures",
"src/**/*.spec.ts"
]
}