mirror of
https://github.com/badlogic/pi-mono.git
synced 2026-08-15 03:33:46 +00:00
10 lines
220 B
JSON
10 lines
220 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"types": ["node", "vitest"]
|
|
},
|
|
"include": ["src/**/*.ts", "test/**/*.ts"]
|
|
}
|