UNPKG

1.76 kBJSONView Raw
1{
2 "include": ["src", "index.ts"],
3 "compilerOptions": {
4 "target": "es6", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */
5 "module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */
6 "lib": ["dom", "es2018"], /* Specify library files to be included in the compilation. */
7 "declaration": true, /* Generates corresponding '.d.ts' file. */
8 "sourceMap": true, /* Generates corresponding '.map' file. */
9 "outDir": "./dist", /* Redirect output structure to the directory. */
10 /* Strict Type-Checking Options */
11 "strict": true, /* Enable all strict type-checking options. */
12 "noImplicitAny": false, /* Raise error on expressions and declarations with an implied 'any' type. */
13 /* Module Resolution Options */
14 "baseUrl": "./src", /* Base directory to resolve non-absolute module names. */
15 "paths": { "remix-solidity": ["./"] }, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */
16 "typeRoots": [
17 "./@types",
18 "./node_modules/@types"
19 ],
20 "esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
21 /* Experimental Options */
22 "experimentalDecorators": false, /* Enables experimental support for ES7 decorators. */
23 }
24 }
25
\No newline at end of file