mirror of
https://github.com/badlogic/pi-mono.git
synced 2026-08-19 21:53:48 +00:00
Add reusable timing, loaded-footprint, and allocation workloads and runners. Index memory entries by sequence so limited scans can stop early.
12 lines
287 B
JSON
12 lines
287 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "../../..",
|
|
"noEmit": true,
|
|
"paths": {
|
|
"@earendil-works/pi-ai": ["packages/ai/src/index.ts"],
|
|
"@earendil-works/pi-ai/*": ["packages/ai/src/*"]
|
|
}
|
|
},
|
|
"include": ["./**/*.ts", "../src/**/*.ts"]
|
|
}
|