2025-10-21 01:14:13 +07:00
|
|
|
{
|
|
|
|
|
"extends": "@tsconfig/node20/tsconfig.json",
|
2025-11-14 00:55:55 +07:00
|
|
|
"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"]
|
|
|
|
|
}
|
|
|
|
|
}
|