Some checks failed
Check Semantic Commit / Validate PR Title (pull_request) Failing after 13s
Add to Ecosystem WG Project / add-to-project (pull_request_target) Failing after 16s
Publish documentation / docs (push) Failing after 7s
Test / Test (22.12.x) (pull_request) Has been cancelled
15 lines
235 B
JSON
15 lines
235 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"target":"ESNext",
|
|
"outDir": ".",
|
|
"moduleResolution": "bundler"
|
|
},
|
|
"include": [
|
|
".",
|
|
"../ambient.d.ts"
|
|
],
|
|
"exclude": []
|
|
}
|