Files
clarity-abi/tsconfig.json
bestmike007 c12c989370 feat: typescript tools for clarity abi
Signed-off-by: bestmike007 <i@bestmike007.com>
2024-01-01 01:44:21 -06:00

9 lines
164 B
JSON

{
"extends": "./tsconfig.base.json",
"include": ["scripts/**/*.ts", "vitest.workspace.ts"],
"exclude": [],
"compilerOptions": {
"outDir": "build"
}
}