mirror of
https://github.com/waaraawa/ByteGrid.git
synced 2026-07-22 06:41:47 +00:00
11 lines
217 B
JSON
11 lines
217 B
JSON
|
|
{
|
||
|
|
"extends": "./tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"lib": ["ES2020", "DOM"],
|
||
|
|
"noEmit": true,
|
||
|
|
"types": ["jest", "node"]
|
||
|
|
},
|
||
|
|
"include": ["packages/**/*.ts"],
|
||
|
|
"exclude": ["node_modules", "dist"]
|
||
|
|
}
|