forms/tsconfig.json

10 строки
153 B
JSON

{
"extends": "@vue/tsconfig",
"compilerOptions": {
"allowJs": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Bundler"
}
}