-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtsconfig.json
30 lines (30 loc) · 867 Bytes
/
tsconfig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"compilerOptions": {
"target": "es6",
"newLine": "LF",
"module": "amd",
"declaration": true,
"sourceMap": true,
"types": [
"jquery",
"jquerymobile",
"jqueryui",
"requirejs"
]
},
"files": [
"public_html/app/CodeViewer/CodeViewer.ts",
"public_html/app/Env/Env.ts",
"public_html/app/iResume/iResumeComponent/iResumeComponent.ts",
"public_html/app/iResume/iResumeLoader/iResumeLoader.ts",
"public_html/app/iResume/iResumeSkillsTable/iResumeSkillsTable.ts",
"public_html/app/metrics/GA.ts",
"public_html/app/Namespace/Namespace.ts",
"public_html/app/XPath/XPath.ts",
"public_html/app.ts",
"public_html/main.ts"
],
"include": [
"public_html/**/*.ts"
]
}