mirror of
https://github.com/fluencelabs/avm-runner-interface
synced 2025-04-24 16:12:15 +00:00
21 lines
382 B
JSON
21 lines
382 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"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"
|
||
|
]
|
||
|
}
|