mistykey/packages/backend/jsconfig.json
2025-11-05 19:20:04 -05:00

17 lines
276 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"skipLibCheck": true,
"allowJs": true,
"checkJs": true
},
"exclude": [
"node_modules",
"jspm_packages",
"tmp",
"temp"
]
}