Compare commits
2 Commits
c262c40aa5
...
91a517448e
| Author | SHA1 | Date | |
|---|---|---|---|
| 91a517448e | |||
|
|
dc915d99ce |
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "esnext",
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"module": "nodenext",
|
||||
"moduleResolution": "nodenext",
|
||||
"typeRoots": [
|
||||
"./node_modules/@types",
|
||||
],
|
||||
@@ -15,4 +15,4 @@
|
||||
"node_modules",
|
||||
".build"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user