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