neptune-web-wallet/tsconfig.node.json

20 lines
456 B
JSON
Raw Permalink Normal View History

2025-10-21 01:14:13 +07:00
{
"extends": "@tsconfig/node20/tsconfig.json",
"include": [
"vite.config.*",
"vitest.config.*",
"vite.config.ts",
"env.d.ts",
"vite-plugin-csp.ts"
],
2025-10-21 01:14:13 +07:00
"compilerOptions": {
"composite": true,
"noEmit": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
"module": "ESNext",
"moduleResolution": "Bundler",
"types": ["node"]
}
}