123456789101112131415161718192021222324252627 |
- {
- "extends": "../../tsconfig.shared.json",
- "compilerOptions": {
- "outDir": "lib",
- "rootDir": "src",
- "baseUrl": ".",
- "tsBuildInfoFile": "lib/tsconfig.tsbuildinfo",
- "paths": {
- "ephox/darwin/test/*": ["src/test/ts/module/ephox/darwin/test/*"],
- "ephox/darwin/demo/*": ["src/demo/ts/ephox/darwin/demo/*"],
- "ephox/darwin/*": ["src/main/ts/ephox/darwin/*"]
- }
- },
- "include": [
- "src/demo/ts",
- "src/main/ts",
- "src/test/ts"
- ],
- "references": [
- { "path": "../katamari" },
- { "path": "../phoenix" },
- { "path": "../robin" },
- { "path": "../sand" },
- { "path": "../snooker" },
- { "path": "../sugar" }
- ]
- }
|