15 lines
391 B
JSON
15 lines
391 B
JSON
{
|
|
"extends": "../../tsproject.json",
|
|
"compilerOptions": {
|
|
"module": "ES2020",
|
|
"target": "ES2017",
|
|
"esModuleInterop": true,
|
|
"lib": ["es2015", "ES2019.Object"],
|
|
"moduleResolution": "node",
|
|
"outDir": "../../dist/bin",
|
|
"rootDir": "."
|
|
},
|
|
"include": ["**/*.ts", "**/*.tsx"],
|
|
"exclude": ["initialize-account-theme/src"]
|
|
}
|