Passport/pkg/views/tsconfig.node.json

14 lines
390 B
JSON
Raw Normal View History

2024-01-27 16:05:19 +00:00
{
2024-03-12 13:26:00 +00:00
"extends": "@tsconfig/node20/tsconfig.json",
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "nightwatch.conf.*", "playwright.config.*"],
2024-01-27 16:05:19 +00:00
"compilerOptions": {
"composite": true,
2024-03-12 13:26:00 +00:00
"noEmit": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
2024-01-27 16:05:19 +00:00
"module": "ESNext",
2024-03-12 13:26:00 +00:00
"moduleResolution": "Bundler",
"types": ["node"]
}
2024-01-27 16:05:19 +00:00
}