Use rollup-plugin-typescript2 for TS transpilation (#143)
[poolifier.git] / tsconfig.json
CommitLineData
4ade5f1f
S
1{
2 "compilerOptions": {
3 "target": "ES2018",
7977150f 4 "module": "ES2015",
4ade5f1f
S
5 "outDir": "lib",
6 "esModuleInterop": true,
ee99693b
S
7 "declaration": true,
8 "strict": true
4ade5f1f 9 },
f045358d 10 "include": ["src/**/*.ts"],
4ade5f1f
S
11 "exclude": ["node_modules"]
12}