mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2024-11-19 09:50:36 +01:00
bea5980c6f
Release 0.12.0
21 lines
438 B
JSON
21 lines
438 B
JSON
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
|
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"outDir": "../frontend",
|
|
"types": ["node"],
|
|
"paths": {
|
|
"crypto": ["../node_modules/crypto-browserify"],
|
|
"stream": ["../node_modules/stream-browserify"]
|
|
}
|
|
},
|
|
"files": [
|
|
"./main.ts",
|
|
"./polyfills.ts"
|
|
],
|
|
"include": [
|
|
"./**/*.d.ts"
|
|
]
|
|
}
|