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