mirror of
https://github.com/Kong/insomnia.git
synced 2026-06-03 05:35:56 -04:00
Move insomnia-data models, services, database code, and common utilities into a dedicated workspace package. Update consumers to import from the new package entrypoints and declare workspace dependencies for the extracted package.
9 lines
195 B
JSON
9 lines
195 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"lib": ["ES2023", "DOM"],
|
|
"types": ["node"]
|
|
},
|
|
"include": ["__tests__/**/*.ts", "setup-vitest.ts", "vitest.config.ts"]
|
|
}
|