]> git.saurik.com Git - logizomai.git/blame_incremental - tsconfig.json
For some reason I am supposed to commit this file.
[logizomai.git] / tsconfig.json
... / ...
CommitLineData
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}