mirror of
https://github.com/innopals/clarity-abi.git
synced 2026-01-12 15:13:41 +08:00
9 lines
164 B
JSON
9 lines
164 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"include": ["scripts/**/*.ts", "vitest.workspace.ts"],
|
|
"exclude": [],
|
|
"compilerOptions": {
|
|
"outDir": "build"
|
|
}
|
|
}
|