|
{
|
|
"extends": "./.tshy/build.json",
|
|
"include": ["./src/**/*.ts", "./src/**/*.mts", "./test/**/*.spec.ts", "./test/**/*.mts"],
|
|
"exclude": ["./test/**/node/**/*.ts"],
|
|
"compilerOptions": {
|
|
"outDir": "./dist-test/browser",
|
|
"rootDir": ".",
|
|
"skipLibCheck": true
|
|
}
|
|
}
|