| 12345678910111213 |
- {
- "$schema": "http://json.schemastore.org/tsconfig",
- "extends": "./tsconfig.json",
- "compilerOptions": {
- "rootDir": "./src",
- "outDir": "dist",
- "declaration": true,
- "noResolve": false,
- "preserveConstEnums": true,
- "sourceMap": false,
- "noEmit": false
- }
- }
|