pint/tsconfig.json
deepsource-autofix[bot] 3c81d3edec
Format code with prettier
This commit fixes the style issues introduced in 6da9a22 according to the output
from prettier.

Details: https://deepsource.io/gh/fuwaa/pint/transform/e78e9d22-587c-4b5c-86f7-bd6f31068114/
2022-07-16 05:41:22 +00:00

21 lines
533 B
JSON

{
"compilerOptions": {
"target": "es6",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "preserve",
"strictNullChecks": false
},
"include": ["src"]
}