Interactive/pkg/views/tsconfig.node.json

14 lines
390 B
JSON
Raw Normal View History

2024-03-02 04:29:16 +00:00
{
"extends": "@tsconfig/node20/tsconfig.json",
2024-03-23 08:23:21 +00:00
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "nightwatch.conf.*", "playwright.config.*"],
2024-03-02 04:29:16 +00:00
"compilerOptions": {
"composite": true,
"noEmit": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
"module": "ESNext",
"moduleResolution": "Bundler",
"types": ["node"]
}
}