* test: replacing snapshot tests with rtl tests part 5 * test: removig extra tests * test: snaps update * test: adding import shorthand and turning tests into ts * docs: clarify which line the comment is about --------- Co-authored-by: Braden MacDonald <braden@opencraft.com>
13 lines
288 B
JSON
13 lines
288 B
JSON
{
|
|
"extends": "@edx/typescript-config",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"baseUrl": "./src",
|
|
"paths": {
|
|
"@src/*": ["./*"],
|
|
}
|
|
},
|
|
"include": ["*.js", ".eslintrc.js", "src/**/*", "plugins/**/*"],
|
|
"exclude": ["dist", "node_modules"]
|
|
}
|