mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-03-16 07:50:48 +00:00
20 lines
519 B
JSON
20 lines
519 B
JSON
{
|
|
"compilerOptions": {
|
|
"downlevelIteration": true,
|
|
"sourceMap": true,
|
|
"inlineSources": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"resolveJsonModule": true,
|
|
"target": "es2017",
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"declaration": true,
|
|
"esModuleInterop": true,
|
|
"declarationMap": true,
|
|
"strict": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"exclude": ["node_modules", "dist"],
|
|
"include": ["src/**/*"]
|
|
}
|