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