mirror of
https://github.com/fluencelabs/examples
synced 2024-12-13 07:05:31 +00:00
25 lines
430 B
JSON
25 lines
430 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"es2015",
|
|
"dom"
|
|
],
|
|
"outDir": "./dist/",
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"declaration": true,
|
|
"declarationMap": false,
|
|
"sourceMap": true,
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"dist"
|
|
],
|
|
"include": [
|
|
"src"
|
|
],
|
|
} |