]> git.saurik.com Git - logizomai.git/blob - tsconfig.json
Read the documentation for prepare very carefully.
[logizomai.git] / tsconfig.json
1 {
2 "include": [ "src/*.ts" ],
3
4 "compilerOptions": {
5 "experimentalDecorators": true,
6 "target": "es6",
7 "module": "commonjs",
8 "declaration": true,
9 "outDir": "lib",
10 "strict": true
11 }
12 }