PluginProbe
Smart Forms – when you need more than just a contact form / trunk
Smart Forms – when you need more than just a contact form vtrunk
trunk 0.5 0.5.5 0.6 0.7 0.8 0.8.5 0.9.1
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
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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