21 lines
445 B
JSON
21 lines
445 B
JSON
|
|
{
|
||
|
|
"extends": "@tsconfig/node22/tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"composite": true,
|
||
|
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
|
||
|
|
|
||
|
|
"module": "ESNext",
|
||
|
|
"moduleResolution": "Bundler",
|
||
|
|
"types": ["node"],
|
||
|
|
"noEmit": true
|
||
|
|
},
|
||
|
|
"include": [
|
||
|
|
"vite.config.*",
|
||
|
|
"vitest.config.*",
|
||
|
|
"cypress.config.*",
|
||
|
|
"nightwatch.conf.*",
|
||
|
|
"playwright.config.*",
|
||
|
|
"src/utils/monaco/vite/*"
|
||
|
|
]
|
||
|
|
}
|