@egjs/view360
Version:
360 integrated viewing solution from inside-out view to outside-in view. It provides user-friendly service by rotating 360 degrees through various user interaction such as motion sensor and touch.
22 lines (21 loc) • 380 B
JSON
{
"extends": "./tsconfig",
"compilerOptions": {
"module": "commonjs",
"noImplicitAny": false,
"strictNullChecks": false,
"noUnusedLocals": false,
"experimentalDecorators": true,
"types": [
"karma-chai",
"mocha",
]
},
"include": [
"./src/**/*.ts",
"./test/unit/**/*.ts"
],
"exclude": [
"./node_modules/**/*.ts"
]
}