| 12345678910111213141516171819 |
- {
- "extends": "./tsconfig.json",
- "compilerOptions": {
- "rootDir": "./src",
- "noResolve": false,
- "preserveConstEnums": true,
- "sourceMap": false,
- "noEmit": false,
- "emitDeclarationOnly": true,
- "declaration": true,
- "declarationMap": true,
- "declarationDir": "./types",
- "baseUrl": ".",
- "paths": {
- }
- }
- }
|