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