UNPKG

234 BJSONView Raw
1{
2 "compilerOptions": {
3 "incremental": true,
4 "target": "ESNext",
5 "rootDir": "src",
6 "outDir": "lib",
7 "experimentalDecorators": true,
8 "module": "commonjs",
9 "strict": true
10 },
11 "include": ["src/**/*.ts"]
12}