mirror of
https://github.com/igorski/bitmappery.git
synced 2026-06-16 19:25:38 +02:00
11 lines
216 B
JSON
11 lines
216 B
JSON
{
|
|
"extends": "./tsconfig.app.json",
|
|
"include": [ "tests/**/*.spec.ts" ],
|
|
"exclude": [],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"lib": [],
|
|
"types": [ "node", "jsdom" ]
|
|
}
|
|
}
|