mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-04-25 01:42:13 +00:00
12 lines
268 B
JSON
12 lines
268 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"moduleResolution": "nodenext"
|
|
},
|
|
"skipLibCheck": true,
|
|
"include": ["src/**/*"],
|
|
"exclude": ["node_modules", "dist"],
|
|
"esModuleInterop": true
|
|
}
|