mango-token-sale/tsconfig.commonjs.json

7 lines
88 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "commonjs"
}
}