@egjs/agent
Version:
Extracts browser and operating system information from the user agent string or user agent object(userAgentData).
23 lines (22 loc) • 400 B
JSON
{
"compilerOptions": {
"outDir": "./outjs/",
"esModuleInterop": false,
"sourceMap": true,
"module": "es2015",
"target": "es5",
"experimentalDecorators": true,
"strict": true,
"skipLibCheck": true,
"moduleResolution": "node",
"lib": [
"es2015",
"dom"
],
},
"include": [
"./src/**/*.ts",
"./global.d.ts",
"./test/**/*.ts"
]
}