UNPKG

712 BJSONView Raw
1{
2 "compilerOptions": {
3 "baseUrl": ".",
4 "allowJs": true,
5 "stripInternal": true,
6 "experimentalDecorators": true,
7 "strictNullChecks": false,
8 "noImplicitAny": false,
9 "module": "es2015",
10 "moduleResolution": "node",
11 "paths": {
12 "@angular/core": ["node_modules/@angular/core"],
13 "rxjs/*": ["node_modules/rxjs/*"]
14 },
15 "rootDir": ".",
16 "outDir": "dist",
17 "sourceMap": true,
18 "inlineSources": true,
19 "target": "es5",
20 "skipLibCheck": true,
21 "lib": [
22 "es2015",
23 "dom"
24 ]
25 },
26 "files": [
27 "index.ts",
28 "src/components/interactions/chatbot/aws-lex-audio.js"
29 ],
30 "angularCompilerOptions": {
31 "strictMetadataEmit": true
32 }
33}
\No newline at end of file