anchor/tsconfig.cjs.json

10 lines
168 B
JSON
Raw Permalink Normal View History

2020-12-31 17:54:51 -08:00
{
"extends": "./tsconfig.base.json",
2020-12-31 17:54:51 -08:00
"compilerOptions": {
"module": "commonjs",
"target": "es2019",
"outDir": "dist/cjs/",
"rootDir": "./src"
}
}