Build: Setup webpack configuration for direct-input bundled datasource (#67199)

This commit is contained in:
Esteban Beltran
2023-04-26 11:45:34 +02:00
committed by GitHub
parent f0bdaed5b4
commit c54d2133a7
7 changed files with 198 additions and 43 deletions

View File

@@ -4,5 +4,13 @@
"compilerOptions": {
"rootDir": "./src",
"baseUrl": "./src"
},
"ts-node": {
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"esModuleInterop": true
},
"transpileOnly": true
}
}