anchor/ts/tsconfig.cjs.json

12 lines
165 B
JSON
Raw Normal View History

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