Update pr.yml
[poolifier.git] / tsconfig.json
CommitLineData
4ade5f1f
S
1{
2 "compilerOptions": {
3 "target": "ES2018",
4 "module": "CommonJS",
5 "outDir": "lib",
6 "esModuleInterop": true,
7 "declaration": true
8 },
f045358d 9 "include": ["src/**/*.ts"],
4ade5f1f
S
10 "exclude": ["node_modules"]
11}