Files
archived-next-auth/scripts/release/tsconfig.json
2022-07-13 13:59:45 +02:00

13 lines
204 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "NodeNext",
"esModuleInterop": true,
"skipLibCheck": true,
"skipDefaultLibCheck": true
},
"ts-node": {
"swc": true
}
}