mirror of
https://github.com/eliasstepanik/core.git
synced 2026-01-11 18:28:29 +00:00
17 lines
275 B
JSON
17 lines
275 B
JSON
{
|
|
"extends": "./build.json",
|
|
"include": [
|
|
"../src/**/*.ts",
|
|
"../src/**/*.mts",
|
|
"../src/**/*.tsx",
|
|
"../src/**/*.json"
|
|
],
|
|
"exclude": [
|
|
"../**/*.test.ts",
|
|
"../src/package.json"
|
|
],
|
|
"compilerOptions": {
|
|
"outDir": "../.tshy-build/esm"
|
|
}
|
|
}
|