Files
DefinitelyTyped/scripts/tsconfig.json
Jack Bates 7e8ea8e668 🤖 Merge PR #58840 [README] Fix ERR_IMPORT_ASSERTION_TYPE_MISSING by @jablko
* [README] Fix ERR_IMPORT_ASSERTION_TYPE_MISSING

* [README] 🤖 Update support window diagram

https://github.com/jablko/DefinitelyTyped/actions/runs/1860034598

Co-authored-by: github/workflows/support-window.yml <bot@typescriptlang.org>
2022-02-18 14:06:02 -08:00

16 lines
416 B
JSON

{
"exclude": ["fix-tslint.ts", "update-config"],
"compilerOptions": {
"target": "es6",
"module": "esnext",
"strict": true,
"baseUrl": "../types",
"moduleResolution": "node",
"resolveJsonModule": true,
"typeRoots": ["../types"],
"types": [],
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true
}
}