This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"moduleResolution": "NodeNext",
|
||||
"module": "NodeNext",
|
||||
"target": "ESNext",
|
||||
"rootDir": "./src/",
|
||||
"target": "ESNext",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "bundler",
|
||||
"outDir": "./dist/",
|
||||
"declaration": true,
|
||||
"strict": true
|
||||
"declaration": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user