2022-07-29 23:10:35 +02:00
|
|
|
{
|
|
|
|
"extends": "../../tsproject.json",
|
|
|
|
"compilerOptions": {
|
2024-06-06 06:11:34 +02:00
|
|
|
"module": "ES2020",
|
|
|
|
"target": "ES2017",
|
2022-07-31 00:41:25 +02:00
|
|
|
"esModuleInterop": true,
|
2024-06-06 06:11:34 +02:00
|
|
|
"lib": ["es2015", "ES2019.Object"],
|
|
|
|
"moduleResolution": "node",
|
2022-07-29 23:10:35 +02:00
|
|
|
"outDir": "../../dist/bin",
|
|
|
|
"rootDir": "."
|
2024-07-25 18:16:43 +02:00
|
|
|
},
|
|
|
|
"include": ["**/*.ts", "**/*.tsx"],
|
2024-07-25 19:53:29 +02:00
|
|
|
"exclude": ["initialize-account-theme/src"]
|
2022-07-29 23:10:35 +02:00
|
|
|
}
|