config
This commit is contained in:
parent
4a330123c2
commit
e0de46e6a5
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue