| | |
| | | "dist" : "dist" |
| | | }, |
| | | "devDependencies": { |
| | | "ava": "^3.5.0", |
| | | "ava": "3.5.0", |
| | | "marked": "0.8.0", |
| | | "nyc": "^15.0.0", |
| | | "parcel": "^1.12.4", |
| | | "rimraf": "^3.0.2", |
| | | "ts-node": "^8.7.0", |
| | | "tsconfig-paths": "^3.9.0", |
| | | "nyc": "15.0.0", |
| | | "parcel": "1.12.4", |
| | | "rimraf": "3.0.2", |
| | | "ts-node": "8.7.0", |
| | | "tsconfig-paths": "3.9.0", |
| | | "typedoc": "0.17.1", |
| | | "typescript": "3.8.3" |
| | | }, |
| | |
| | | "rootDir": "src", |
| | | "outDir": "dist/es6", |
| | | "baseUrl": ".", |
| | | "typeRoots": ["./node_modules/@types"], |
| | | "strict": true, |
| | | "noImplicitReturns": true, |
| | | "noImplicitThis": true, |
| | |
| | | "rootDir": ".", |
| | | "outDir": "dist", |
| | | "baseUrl": ".", |
| | | "typeRoots": ["./node_modules/@types"], |
| | | "paths": { |
| | | "@mathcoach-ide-api": [ |
| | | "src" |