]> git.saurik.com Git - logizomai.git/blame - tsconfig.json
For some reason I am supposed to commit this file.
[logizomai.git] / tsconfig.json
CommitLineData
b8d9821a 1{
1eb8220b 2 "include": [ "src/*.ts" ],
b8d9821a
JF
3
4 "compilerOptions": {
5 "experimentalDecorators": true,
6 "target": "es6",
7 "module": "commonjs",
8 "declaration": true,
1eb8220b 9 "outDir": "lib",
b8d9821a
JF
10 "strict": true
11 }
12}