1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
asset bundle.js 2.49 KiB [emitted] (name: main)
./app.ts 144 bytes [built] [code generated] [1 error]
./dep.ts 59 bytes [built] [code generated] [1 error]
ERROR in app.ts
./app.ts 5:6-17
[90m[tsl] [39m[1m[31mERROR[39m[22m[1m[31m in [39m[22m[1m[36mapp.ts(5,7)[39m[22m
[1m[31m TS2339: Property 'doSomething' does not exist on type 'typeof Thing'.[39m[22m
ts-loader-default_609318b4f68865d3
ERROR in dep.ts
./dep.ts 1:6-17
[90m[tsl] [39m[1m[31mERROR[39m[22m[1m[31m in [39m[22m[1m[36mdep.ts(1,7)[39m[22m
[1m[31m TS2339: Property 'doSomething' does not exist on type 'typeof Thing'.[39m[22m
ts-loader-default_609318b4f68865d3
@ ./app.ts 3:10-26
webpack compiled with 2 errors
|