]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/tsconfig.app.json
import ceph 16.2.6
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / tsconfig.app.json
1 {
2 "extends": "./tsconfig.json",
3 "compilerOptions": {
4 "outDir": "./out-tsc/app",
5 "types": []
6 },
7 "files": [
8 "src/main.ts",
9 "src/polyfills.ts"
10 ],
11 "include": [
12 "src/**/*.d.ts"
13 ]
14 }