キ
Size: a a a
キ
ВВ
И

KS
HTMLTextAreaElementKS
|И
HTMLTextAreaElementAZ

И
LR
И
LR
И

BB

BB

AT
interface Test {
msg: string;
show(): void;
}
class TestClass implements Test {
msg: string
constructor(a: string) {
this.msg = a
}
show() {
console.log(this.msg)
}
}DC
DC
{
test: /\.tsx?$/,
use: [
env.development && {
loader: 'babel-loader',
options: { plugins: ['react-refresh/babel'] }
},
{
loader: 'ts-loader',
options: {
transpileOnly: true,
compilerOptions: {
module: 'esnext',
strictNullChecks: false
}
}
}
].filter(Boolean)
}