13 lines
297 B
JSON

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