mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
Remove python, replace with ts
This commit is contained in:
13
register.js
Normal file
13
register.js
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* Overrides the tsconfig used for the app.
|
||||
* In the test environment we need some tweaks.
|
||||
*/
|
||||
|
||||
const tsNode = require('ts-node');
|
||||
const testTSConfig = require('./tests/tsconfig.json');
|
||||
|
||||
tsNode.register({
|
||||
files: true,
|
||||
transpileOnly: true,
|
||||
project: './tests/tsconfig.json'
|
||||
});
|
||||
Reference in New Issue
Block a user