|
- {
- "compilerOptions": {
- "noImplicitAny": true,
- "sourceMap": true,
- "declaration": true,
- "declarationDir": "./dist",
- "module": "ESNext",
- "target": "ESNext",
- "moduleResolution": "node",
- "jsx": "react",
- "jsxFactory": "h",
- "allowJs": false,
- "baseUrl": "./src",
- "paths": {
- "~*": ["./*"]
- }
- },
- "include": ["./src/**/*", "./src/global.d.ts"]
- }
|