mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2025-02-22 06:21:49 +01:00
20 lines
438 B
JSON
20 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"
|
|
]
|
|
}
|