2f8272b6ae
* feat(shared): modularized package & node16 support * lockfile update * various fixes * moar fixes * added znv and zod as devdeps of shared * lockfile update
15 lines
229 B
JSON
15 lines
229 B
JSON
{
|
|
"extends": "./build.json",
|
|
"include": [
|
|
"../src/**/*.ts",
|
|
"../src/**/*.cts",
|
|
"../src/**/*.tsx"
|
|
],
|
|
"exclude": [
|
|
"../src/**/*.mts"
|
|
],
|
|
"compilerOptions": {
|
|
"outDir": "../.tshy-build/commonjs"
|
|
}
|
|
}
|