Files
pc_builder/tsconfig.inertia.json
2026-06-28 10:41:51 +02:00

9 lines
179 B
JSON

{
"extends": "./inertia/tsconfig.json",
"compilerOptions": {
"rootDir": "./inertia",
"composite": true
},
"include": ["./inertia/**/*.ts", "./inertia/**/*.vue"]
}