pantry/tsconfig.json
Max Howell 07b6410226 infra
2022-08-01 15:43:40 -04:00

10 lines
181 B
JSON

{
"compilerOptions": {
"allowJs": false,
"target": "ESNext",
"moduleResolution": "node",
"esModuleInterop": true,
"module": "ESNext",
"strict": true,
}
}