UNPKG

331 BJSONView Raw
1{
2 "files": [
3 "src/SQueryLibrary.ts"
4 ],
5 "exclude": [
6 "node_modules",
7 "test"
8 ],
9 "compilerOptions": {
10 "baseUrl": "./",
11 "outDir": "ts-temp",
12 "diagnostics": true,
13 "declaration": true,
14 "target":"ES2015",
15 "module": "commonjs",
16 "sourceMap": false,
17 "experimentalDecorators": true
18 }
19}
\No newline at end of file