Browse
For agents
About
Smart Forms – when you need more than just a contact form
/
trunk
Smart Forms – when you need more than just a contact form
vtrunk
Switch version
trunk
0.5
0.5.5
0.6
0.7
0.8
0.8.5
0.9.1
Overview
Code
smart-forms
/
js
/
tsconfig.json
tsconfig.json
in Smart Forms – when you need more than just a contact form trunk, at js/tsconfig.json
17 lines
288 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
{
2
"
compilerOptions
"
:
{
3
"
module
"
:
"
commonjs
"
,
4
"
moduleResolution
"
:
"
classic
"
,
5
"
target
"
:
"
es5
"
,
6
"
sourceMap
"
:
true
,
7
"
declaration
"
:
true
,
8
"
lib
"
:
[
"
dom
"
,
"
es2017
"
]
9
}
,
10
"
include
"
:
[
11
"
**/*.ts
"
12
]
,
"
exclude
"
:
[
13
"
../../../node_modules/@types
"
14
]
15
16
}
17