remove files shipped with core

This commit is contained in:
Freddie Wang 2020-12-10 16:20:39 +08:00
parent 7e52d72c26
commit 1d82fafdcd
5 changed files with 9 additions and 1144 deletions

10
.gitignore vendored
View File

@ -1,4 +1,12 @@
# Editor configs
.vscode
# External modules
node_modules
package-lock.json
# Project files
asphyxia-core.d.ts
package.json
package-lock.json
typedoc.json
tsconfig.json

1115
asphyxia-core.d.ts vendored

File diff suppressed because it is too large Load Diff

View File

@ -1,9 +0,0 @@
{
"name": "asphyxia-plugins",
"version": "1.0.0",
"description": "Community Plugins for Asphyxia CORE",
"dependencies": {
"@types/lodash": "^4.14.153",
"@types/node": "^14.0.5"
}
}

View File

@ -1,10 +0,0 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "esnext",
"noImplicitAny": false,
"moduleResolution": "node",
"types": ["./asphyxia-core"],
"sourceMap": false
}
}

View File

@ -1,9 +0,0 @@
{
"includeDeclarations": true,
"excludeExternals": true,
"externalPattern": ["!asphyxia-core.d.ts"],
"mode": "file",
"readme": "../docs/_typedoc.md",
"name": "Asphyxia CORE Module API",
"out": "../docs/typedoc"
}