7 lines
109 B
JSON
7 lines
109 B
JSON
{
|
|
"extends": "./tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "./dist-import",
|
|
"module": "ES6"
|
|
}
|
|
}
|