]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/dashboard/frontend/src/tsconfig.app.json
import 15.2.0 Octopus source
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / tsconfig.app.json
CommitLineData
11fdf7f2
TL
1{
2 "extends": "../tsconfig.json",
3 "compilerOptions": {
4 "outDir": "../out-tsc/app",
5 "baseUrl": "./",
11fdf7f2
TL
6 "types": []
7 },
8 "exclude": [
9 "**/*.spec.ts",
10 "testing/*.ts"
11 ]
12}