UNPKG

333 BJSONView Raw
1{
2 "compilerOptions": {
3 "module": "commonjs",
4 "target": "ES5",
5 "moduleResolution": "node",
6 "experimentalDecorators": true,
7 "noEmitOnError": true,
8 "noLib": true,
9 "allowJs": true
10 },
11 "files": [
12 "src/index.ts",
13 "tests/main.js",
14 "typings/index.d.ts",
15 "node_modules/typescript/lib/lib.es6.d.ts"
16 ]
17}
\No newline at end of file