12345678910111213141516 |
- {
- "compilerOptions": {
- "target": "ES5",
- "strict": true,
- "allowJs": true,
- "esModuleInterop": true,
- "baseUrl": ".",
- "paths": {
- "types": ["@types"]
- },
- "declaration": true,
- "declarationDir": "../webview-dist",
- "rootDir": "./"
- },
- "include": ["./"]
- }
|