TS Lint / ESLint (push) Successful in 43s
Python Lint CI / ruff-format-check (push) Successful in 53s
Python Lint CI / ruff (push) Successful in 59s
Python Lint CI / ty (push) Successful in 59s
TS Lint / Oxlint (push) Successful in 1m57s
TS Lint / TypeScript (push) Successful in 2m17s
18 lines
404 B
JSON
18 lines
404 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.dom.json",
|
|
"include": [
|
|
"env.d.ts",
|
|
"vue.d.ts",
|
|
"resources/ts/**/*",
|
|
"resources/ts/**/*.vue",
|
|
],
|
|
"exclude": ["resources/**/__tests__/*"],
|
|
"compilerOptions": {
|
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
|
|
|
|
"paths": {
|
|
"@/*": ["./resources/ts/*"],
|
|
},
|
|
},
|
|
}
|