12 lines
198 B
JSON
12 lines
198 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "ES6",
|
|
"module": "ES6",
|
|
"moduleResolution": "node",
|
|
"outDir": "esm",
|
|
"baseUrl": ".",
|
|
"typeRoots": []
|
|
}
|
|
}
|