mirror of
https://github.com/badlogic/pi-mono.git
synced 2026-08-19 05:33:45 +00:00
13 lines
301 B
JSON
13 lines
301 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"types": ["node", "vitest"],
|
|
"paths": {
|
|
"@earendil-works/pi-protocol": ["../protocol/src/index.ts"]
|
|
}
|
|
},
|
|
"include": ["src/**/*.ts", "test/**/*.ts"]
|
|
}
|