forked from tableau/extensions-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtsconfig.json
More file actions
12 lines (12 loc) · 711 Bytes
/
tsconfig.json
File metadata and controls
12 lines (12 loc) · 711 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
{
"compilerOptions": {
/* Basic Options */
"target": "esnext", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */
"module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */
"sourceMap": true, /* Generates corresponding '.map' file. */
"alwaysStrict": true, /* Parse in strict mode and emit "use strict" for each source file. */
"baseUrl": "./Samples-Typescript",
"typeRoots": ["./node_modules/@tableau", "./node_modules/@types"],
"jsx": "react"
}
}