This repository has been archived on 2026-04-30. You can view files and clone it, but cannot push or open issues or pull requests.
next-deploy/tsconfig.json

15 lines
327 B
JSON

{
"compilerOptions": {
"resolveJsonModule": true,
"esModuleInterop": true,
"declaration": true,
"target": "ES2018",
"module": "CommonJS",
"moduleResolution": "node",
"sourceMap": true,
"strict": true,
"allowJs": true
},
"exclude": ["node_modules"],
"include": ["**/*.ts", ".d.ts"]
}