1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
asset bundle.js 1.15 KiB [emitted] (name: main)
./app.ts 16 bytes [built] [code generated] [1 error]
ERROR in tsconfig.json
tsconfig.json
[90m[tsl] [39m[1m[31mERROR[39m[22m
[1m[31m TS2318: Cannot find global type 'Array'.[39m[22m
ERROR in tsconfig.json
tsconfig.json
[90m[tsl] [39m[1m[31mERROR[39m[22m
[1m[31m TS2318: Cannot find global type 'Boolean'.[39m[22m
ERROR in tsconfig.json
tsconfig.json
[90m[tsl] [39m[1m[31mERROR[39m[22m
[1m[31m TS2318: Cannot find global type 'Function'.[39m[22m
ERROR in tsconfig.json
tsconfig.json
[90m[tsl] [39m[1m[31mERROR[39m[22m
[1m[31m TS2318: Cannot find global type 'IArguments'.[39m[22m
ERROR in tsconfig.json
tsconfig.json
[90m[tsl] [39m[1m[31mERROR[39m[22m
[1m[31m TS2318: Cannot find global type 'Number'.[39m[22m
ERROR in tsconfig.json
tsconfig.json
[90m[tsl] [39m[1m[31mERROR[39m[22m
[1m[31m TS2318: Cannot find global type 'Object'.[39m[22m
ERROR in tsconfig.json
tsconfig.json
[90m[tsl] [39m[1m[31mERROR[39m[22m
[1m[31m TS2318: Cannot find global type 'RegExp'.[39m[22m
ERROR in app.ts
./app.ts 1:0-8
[90m[tsl] [39m[1m[31mERROR[39m[22m[1m[31m in [39m[22m[1m[36mapp.ts(1,1)[39m[22m
[1m[31m TS2304: Cannot find name 'parseInt'.[39m[22m
8 errors have detailed information that is not shown.
Use 'stats.errorDetails: true' resp. '--stats-error-details' to show it.
webpack compiled with 8 errors
|