mirror of
https://github.com/enso-org/enso.git
synced 2024-11-23 16:18:23 +03:00
f2651d58e4
- Closes #7916 # Important Notes None
24 lines
563 B
JSON
24 lines
563 B
JSON
{
|
|
"extends": "@tsconfig/node18/tsconfig.json",
|
|
"include": [
|
|
"vite.config.*",
|
|
"vitest.config.*",
|
|
"playwright.config.*",
|
|
"eslint.config.js",
|
|
"histoire.config.ts",
|
|
"e2e/**/*",
|
|
"parser-codegen/**/*",
|
|
"node.env.d.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"noUncheckedIndexedAccess": true,
|
|
"exactOptionalPropertyTypes": true,
|
|
"verbatimModuleSyntax": true,
|
|
"outDir": "../../node_modules/.cache/tsc",
|
|
"types": ["node", "vitest/importMeta"]
|
|
}
|
|
}
|