| 1234567891011121314151617181920212223242526 |
- {
- "compilerOptions": {
- "target": "ES5",
- "module": "commonjs",
- "declaration": true,
- "sourceMap": true,
- "outDir": "../../.temp/tests/ponicode",
- "rootDir": "babylon",
- "strict": true,
- "esModuleInterop": true,
- "baseUrl": "../../",
- "paths": {
- "babylonjs/*": [
- "./src/*"
- ]
- },
- "types": [
- "node",
- "jest"
- ]
- },
- "include": [
- "babylon"
- ],
- "exclude": []
- }
|