Ride-The-Lightning-RTL/src/tsconfig.app.json

21 lines
438 B
JSON
Raw Normal View History

/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "../tsconfig.json",
"compilerOptions": {
"baseUrl": "./",
2021-12-30 00:08:41 +01:00
"outDir": "../frontend",
"types": ["node"],
"paths": {
"crypto": ["../node_modules/crypto-browserify"],
"stream": ["../node_modules/stream-browserify"]
}
},
"files": [
"./main.ts",
"./polyfills.ts"
],
"include": [
"./**/*.d.ts"
]
}