mirror of
https://github.com/n8n-io/n8n.git
synced 2026-07-28 11:35:03 +02:00
10 lines
245 B
JSON
10 lines
245 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.dom.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"declaration": true,
|
|
"tsBuildInfoFile": "${configDir}/dist/frontend.tsbuildinfo"
|
|
},
|
|
"include": ["src/frontend/**/*.ts", "src/frontend/**/*.vue"]
|
|
}
|