2
0
mirror of https://github.com/Ride-The-Lightning/RTL synced 2024-11-15 18:13:00 +00:00
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-29 23:08:41 +00:00
"outDir": "../frontend",
"types": ["node"],
"paths": {
"crypto": ["../node_modules/crypto-browserify"],
"stream": ["../node_modules/stream-browserify"]
}
},
"files": [
"./main.ts",
"./polyfills.ts"
],
"include": [
"./**/*.d.ts"
]
}