Swap-Aggregator-Subgraph/node_modules/assemblyscript/std/assembly/shared/tsconfig.json
2022-07-03 07:27:35 +05:30

12 lines
177 B
JSON

{
"extends": "../../portable.json",
"compilerOptions": {
"outDir": "../../../out",
"allowJs": false,
"sourceMap": true
},
"include": [
"./**/*.ts"
]
}