2024-08-22 17:57:53 +00:00
|
|
|
{
|
|
|
|
"extends": "@tsconfig/ember/tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
// The combination of `baseUrl` with `paths` allows Ember's classic package
|
|
|
|
// layout, which is not resolvable with the Node resolution algorithm, to
|
|
|
|
// work with TypeScript.
|
|
|
|
"baseUrl": ".",
|
|
|
|
"paths": {
|
2024-09-18 11:49:23 +00:00
|
|
|
"frontend-reactive/tests/*": ["tests/*"],
|
|
|
|
"frontend-reactive/*": ["app/*"],
|
2024-08-22 17:57:53 +00:00
|
|
|
"*": ["types/*"]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|