mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-03-15 23:40:50 +00:00
17 lines
427 B
JSON
17 lines
427 B
JSON
{
|
|
"compilerOptions": {
|
|
"downlevelIteration": true,
|
|
"sourceMap": true,
|
|
"inlineSources": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"resolveJsonModule": true,
|
|
"declaration": true,
|
|
"esModuleInterop": true,
|
|
"declarationMap": true,
|
|
"strict": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"exclude": ["node_modules", "dist"],
|
|
"include": ["src/**/*"]
|
|
}
|