the title says it, check my tsconfig
{
"$schema": "https://raw.githubusercontent.com/TypeScriptToLua/TypeScriptToLua/master/tsconfig-schema.json",
"compilerOptions": {
"target": "ESNext",
"moduleResolution": "Bundler",
"skipLibCheck": true,
"strictNullChecks": true,
"strict": true
},
"tstl": {
"luaTarget": "5.4"
},
"exclude": ["node_modules"]
}
and the video