Allow JS files, so that they get copied to dist

main
Alt 2 years ago committed by GitHub
parent cbe25590ff
commit ca1c3135d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,6 +12,7 @@
"rootDir": "src/",
"outDir": "dist/",
"baseUrl": "src/",
"allowJS": true,
"paths": {
"/*": ["*"],
"@ns": ["../NetscriptDefinitions.d.ts"]

Loading…
Cancel
Save