Files
insomnia/packages/insomnia-data/node-src/tsconfig.json
Bingbing b09cde814d refactor: extract insomnia-data into workspace package (#10010)
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.
2026-06-02 09:49:10 +00:00

9 lines
155 B
JSON

{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"lib": ["ES2023", "WebWorker"],
"types": ["node"]
},
"include": ["./**/*.ts"]
}