pantry/tsconfig.json

10 lines
181 B
JSON
Raw Normal View History

2022-08-01 22:43:40 +03:00
{
"compilerOptions": {
"allowJs": false,
"target": "ESNext",
"moduleResolution": "node",
"esModuleInterop": true,
"module": "ESNext",
"strict": true,
}
}