mirror of
https://github.com/enso-org/enso.git
synced 2024-11-10 12:48:25 +03:00
927df167d7
- Closes #8072 - Implement handlers for the corresponding buttons on the circular menu - Add missing icons and styles - Add functionality to match and extract ASTs # Important Notes None
25 lines
585 B
JSON
25 lines
585 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",
|
|
"mock/engine.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"noUncheckedIndexedAccess": true,
|
|
"exactOptionalPropertyTypes": true,
|
|
"verbatimModuleSyntax": true,
|
|
"outDir": "../../node_modules/.cache/tsc",
|
|
"types": ["node", "vitest/importMeta"]
|
|
}
|
|
}
|