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