BREAKING CHANGE(package): migrate package to the @git.zone scope and ESM-based tooling
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"declaration": true,
|
||||
"module": "commonjs",
|
||||
"target": "ES6",
|
||||
"outDir": "./dist/"
|
||||
},
|
||||
"exclude": [
|
||||
"./node_modules",
|
||||
"./test",
|
||||
"./dist"
|
||||
]
|
||||
}
|
||||
"compilerOptions": {
|
||||
"esModuleInterop": true,
|
||||
"baseUrl": "."
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"test",
|
||||
"dist_ts"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user