Reviewed-on: https://home.schmelczer.dev/git/git/andras/vault-link/pulls/190 Co-authored-by: Andras Schmelczer <andras@schmelczer.dev> Co-committed-by: Andras Schmelczer <andras@schmelczer.dev>
12 lines
270 B
JSON
12 lines
270 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"strict": true,
|
|
"target": "ES2022",
|
|
"module": "CommonJS",
|
|
"esModuleInterop": true,
|
|
"lib": ["DOM", "ES2024"],
|
|
"moduleResolution": "node"
|
|
},
|
|
"exclude": ["./dist"]
|
|
}
|