ad700c61b8
* feat: validation error with i18n * feat: plugin-error-handler * del: error-handle.test.ts * feat: field name with i18n * fix: yarn build
10 lines
228 B
JSON
10 lines
228 B
JSON
{
|
|
"extends": "../../tsconfig.build.json",
|
|
"compilerOptions": {
|
|
"outDir": "./lib",
|
|
"declaration": true
|
|
},
|
|
"include": ["./src/**/*.ts", "./src/**/*.tsx"],
|
|
"exclude": ["./src/__tests__/*", "./esm/*", "./lib/*"]
|
|
}
|