mirror of
https://github.com/fluencelabs/marine.git
synced 2025-03-15 22:10:49 +00:00
27 lines
540 B
JSON
27 lines
540 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"lib": [
|
||
|
"es2015",
|
||
|
"dom"
|
||
|
],
|
||
|
"outDir": "./dist/",
|
||
|
"target": "es5",
|
||
|
"module": "commonjs",
|
||
|
"allowJs": true,
|
||
|
"strict": true,
|
||
|
"esModuleInterop": true,
|
||
|
"skipLibCheck": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"declaration": true,
|
||
|
"declarationMap": false,
|
||
|
"sourceMap": true,
|
||
|
},
|
||
|
"exclude": [
|
||
|
"node_modules",
|
||
|
"dist"
|
||
|
],
|
||
|
"include": [
|
||
|
"src"
|
||
|
],
|
||
|
}
|