Port to node.js
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"module": "ES2022",
|
||||
"moduleResolution": "bundler",
|
||||
|
||||
"types": ["react", "react-dom"],
|
||||
"baseUrl": ".",
|
||||
|
||||
"verbatimModuleSyntax": false,
|
||||
|
||||
"paths": {
|
||||
"@/*": ["./src/*"],
|
||||
"common": ["../common/src/index.ts"],
|
||||
|
||||
Reference in New Issue
Block a user