chore: move schema and doc related code into the docs sub-package

This commit is contained in:
Matthew Little
2020-05-15 20:45:27 +02:00
parent 7c4bdc9cec
commit ab49121e22
23 changed files with 18555 additions and 7721 deletions

View File

@@ -12,11 +12,9 @@
"resolveJsonModule": true,
"baseUrl": ".",
"paths": {
"@entities": [".tmp/index.d.ts"],
"@schemas/*": [".tmp/*"],
"*": ["src/@types/*"]
}
},
"include": ["src/**/*", ".tmp/**/*"],
"include": ["src/**/*"],
"exclude": ["lib", "src/@types/*"]
}