blob: 685bb80ce9fb64491effeb186aa06ec5b48e3e60 [file] [log] [blame]
Sudarshan Kumar15155952019-12-18 22:32:06 +05301{
2 "extends": "../tsconfig.json",
3 "compilerOptions": {
4 "outDir": "../out-tsc/app",
Sudarshan Kumar3f7386d2020-01-31 20:08:08 +05305 "types": ["jquery", "jqtree"]
Sudarshan Kumar15155952019-12-18 22:32:06 +05306 },
7 "exclude": [
8 "test.ts",
9 "**/*.spec.ts"
10 ]
11}