Files
oh-my-opencode/src/hooks/atlas/tsconfig.json
T

10 lines
177 B
JSON

{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"noEmit": true,
"types": ["bun-types"]
},
"include": ["./**/*.ts", "./**/*.d.ts"],
"exclude": []
}