mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
* [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>
16 lines
416 B
JSON
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
|
|
}
|
|
}
|