Skip to content
Snippets Groups Projects
tsconfig.json 243 B
Newer Older
{
  "compilerOptions": {
    "declaration": true,
    "target": "es5",
    "module": "commonjs",
    "strict": true,
    "esModuleInterop": true,
    "rootDir": "src",
    "skipLibCheck": true,
    "outDir": "dist"
  },
  "include": ["src"]
}