tsconfig
Some checks failed
deploy / deploy (push) Failing after 28s

This commit is contained in:
Untone 2024-02-05 14:55:01 +03:00
parent 8940086e96
commit 073f474c3a

8
tsconfig.json Normal file
View File

@ -0,0 +1,8 @@
{
"compilerOptions": {
"esModuleInterop": true,
"target": "ES2022",
"moduleResolution": "NodeNext",
"module": "NodeNext"
}
}