mirror of
https://github.com/morten-olsen/bob.git
synced 2026-02-08 01:46:29 +01:00
9 lines
145 B
JSON
9 lines
145 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"lib": ["ES2022", "DOM"],
|
|
"target": "ES2022",
|
|
"module": "ESNext"
|
|
}
|
|
}
|