Files
n8n-enterprise-unlocked/packages/@n8n/codemirror-lang/tsconfig.json
T

9 lines
180 B
JSON

{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"rootDir": ".",
"tsBuildInfoFile": "dist/typecheck.tsbuildinfo"
},
"include": ["src/**/*.ts", "test/**/*.ts"]
}