标签: node.js typescript tslint
在服务器端Typescript项目中,我们要防止开发人员从src文件夹外部导入资源。可以使用tslint做到这一点,还是可以使用另一种工具?
为清楚起见,在下面的示例中,将允许index.js导入filez.js,但不允许导入mytestdata.json或somescript.js
src/ filez.js index.js test_data/ mytestdata.json somescript.js