This commit is contained in:
Xu Chang 2022-02-28 11:28:29 +08:00
parent 4a330123c2
commit e0de46e6a5
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,8 @@
"scripts": {
"pretest": "ts-node test/build-app-domain",
"test": "ts-node test/test.ts",
"build": "tsc"
"build": "tsc",
"postinstall": "npm link oak-domain"
},
"main": "src/index",
"devDependencies": {

View File

@ -64,8 +64,7 @@
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
},
"include": [
"src/**/*"
, "oak-domain/src/compiler/schemalBuilder.ts" ],
"src/**/*" ],
"exclude": [
"node_modules",
"**/*.spec.ts",