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