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