[REF] owl: reorganize src code in sub files

This commit is contained in:
Géry Debongnie
2019-07-14 22:18:00 +02:00
parent 15a3f59744
commit 5382e824b1
36 changed files with 1802 additions and 1747 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
"noImplicitThis": true,
"removeComments": false,
"declaration": true,
"target": "es5",
"target": "esnext",
"outDir": "dist",
"alwaysStrict": true,
"noUnusedLocals": true,
@@ -15,5 +15,5 @@
"strictPropertyInitialization": true,
"strictNullChecks": true
},
"include": ["src/*.ts"]
"include": ["src/**/*.ts","src/*.ts"]
}