mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-03-15 14:20:58 +00:00
21 lines
325 B
JSON
21 lines
325 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es5",
|
||
|
"module": "commonjs",
|
||
|
"lib": [
|
||
|
"es2017",
|
||
|
"es7",
|
||
|
"es6",
|
||
|
"dom"
|
||
|
],
|
||
|
"declaration": true,
|
||
|
"outDir": "dist",
|
||
|
"strict": true,
|
||
|
"esModuleInterop": true,
|
||
|
"noImplicitAny": false
|
||
|
},
|
||
|
"exclude": [
|
||
|
"node_modules",
|
||
|
"dist"
|
||
|
]
|
||
|
}
|