|
- {
- "compilerOptions": {
- "target": "ES6",
- "lib": ["es6", "es2017.string"],
- "moduleResolution": "node",
- "esModuleInterop": true,
- "forceConsistentCasingInFileNames": true,
- "strict": true,
- "noImplicitAny": true,
- "noImplicitReturns": true,
- "skipLibCheck": true
- },
- "include": ["index.ts"]
- }
|