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