mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
+4
-4
@@ -2,10 +2,10 @@
|
||||
"name": "@odoo/owl",
|
||||
"version": "1.0.0-beta5",
|
||||
"description": "Odoo Web Library (OWL)",
|
||||
"main": "dist/owl/index.js",
|
||||
"types": "dist/owl/index.d.ts",
|
||||
"prepublish": "npm run build",
|
||||
"files": ["dist/owl/"],
|
||||
"main": "dist/owl.js",
|
||||
"types": "dist/types/index.d.ts",
|
||||
"prepublish": "npm run buildcommonjs",
|
||||
"files": ["dist/types/", "dist/owl.js"],
|
||||
"engines": {
|
||||
"node": ">=10.15.3"
|
||||
},
|
||||
|
||||
+2
-1
@@ -13,7 +13,8 @@
|
||||
"noImplicitReturns": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"strictPropertyInitialization": true,
|
||||
"strictNullChecks": true
|
||||
"strictNullChecks": true,
|
||||
"declarationDir": "dist/types"
|
||||
},
|
||||
"include": ["src/**/*.ts","src/*.ts"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user