openclaw/test/fixtures/ts-topology/basic/tsconfig.json

15 lines
363 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"paths": {
"fixture-sdk": ["./src/public/index.ts"],
"fixture-sdk/*": ["./src/public/*"]
},
"strict": true,
"skipLibCheck": true
},
"include": ["src/**/*.ts", "extensions/**/*.ts", "packages/**/*.ts", "tests/**/*.ts"]
}