enso/app/gui2/tsconfig.node.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
454 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.json",
"include": [
"vite.config.*",
"vitest.config.*",
"project-manager-shim-middleware/*.ts",
"playwright.config.*",
"eslint.config.js",
"histoire.config.ts",
"e2e/**/*",
"parser-codegen/**/*",
"node.env.d.ts",
"mock/engine.ts"
],
"compilerOptions": {
"baseUrl": ".",
"module": "ESNext",
"verbatimModuleSyntax": true,
"types": ["node", "vitest/importMeta"]
}
}