feat: Add TypeScript definitions (#9693)
This commit is contained in:
@@ -1,11 +1,16 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"target": "es2015",
|
||||
"declaration": true,
|
||||
"emitDeclarationOnly": true,
|
||||
"outDir": "types",
|
||||
"noImplicitAny": false,
|
||||
"allowJs": false,
|
||||
"skipLibCheck": true
|
||||
"skipLibCheck": true,
|
||||
"paths": {
|
||||
"deepcopy": ["./types/@types/deepcopy"],
|
||||
}
|
||||
},
|
||||
"include": [
|
||||
"src/*.ts"
|
||||
|
||||
Reference in New Issue
Block a user