MIF_E31221407_FE/tsconfig.json

8 lines
258 B
JSON

{
// https://nuxt.com/docs/guide/concepts/typescript
"extends": "./.nuxt/tsconfig.json",
"compilerOptions": {
"strict": true, // pastikan ini true buat build ketat
"noEmitOnError": true // ini penting, bikin build gagal kalau ada error TS
}
}