You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RTL/src/tsconfig.app.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"
]
}