Spaces:
Sleeping
Sleeping
| { | |
| "compileOnSave": false, | |
| "compilerOptions": { | |
| "rootDir": ".", | |
| "sourceMap": true, | |
| "declaration": false, | |
| "moduleResolution": "node", | |
| "emitDecoratorMetadata": true, | |
| "experimentalDecorators": true, | |
| "importHelpers": true, | |
| "target": "es2015", | |
| "module": "esnext", | |
| "lib": ["es2020", "dom"], | |
| "skipLibCheck": true, | |
| "skipDefaultLibCheck": true, | |
| "baseUrl": ".", | |
| "paths": { | |
| "@drawnix/drawnix": ["packages/drawnix/src/index.ts"], | |
| "@plait-board/react-board": ["packages/react-board/src/index.ts"], | |
| "@plait-board/react-text": ["packages/react-text/src/index.ts"] | |
| } | |
| }, | |
| "exclude": ["node_modules", "tmp"] | |
| } | |