UNPKG

333 BJSONView Raw
1{
2 "extends": "./tsconfig.json",
3 "compilerOptions": {
4 "target": "es5",
5 "module": "commonjs",
6 "declaration": true,
7 "outDir": "./dist",
8 "rootDir": "./src",
9 "lib": [
10 "es5", "dom", "es2015.symbol", "es2015.iterable"
11 ]
12 },
13 "include": [
14 "src/**/*.ts"
15 ],
16 "exclude": [
17 "node_modules"
18 ]
19}
\No newline at end of file