9 lines
131 B
JSON
9 lines
131 B
JSON
{
|
|
"extends": "./common.json",
|
|
"compilerOptions": {
|
|
"target": "ES5",
|
|
"outDir": "../cjs",
|
|
"module": "CommonJS"
|
|
}
|
|
}
|