mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-10 19:52:53 +00:00
feat: migrate to esm
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
* You should have received a copy of the GNU General Public License along with
|
||||
* this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
import {TestFirstUnion} from './test-union';
|
||||
import {TestFirstUnion} from './test-union.js';
|
||||
|
||||
export class TestClass<T> {
|
||||
test2: T;
|
||||
|
||||
@@ -12,9 +12,9 @@
|
||||
* You should have received a copy of the GNU General Public License along with
|
||||
* this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
import {TestClass, TestSecondClass} from './test-class';
|
||||
import {TestFirstEnum} from './test-enum';
|
||||
import {TestThirdUnion} from './test-union';
|
||||
import {TestClass, TestSecondClass} from './test-class.js';
|
||||
import {TestFirstEnum} from './test-enum.js';
|
||||
import {TestThirdUnion} from './test-union.js';
|
||||
|
||||
export interface TestInterface {
|
||||
articleBody: string[];
|
||||
|
||||
Reference in New Issue
Block a user