mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2026-08-13 12:33:07 +02:00
14 lines
208 B
JSON
14 lines
208 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../frontend"
|
|
},
|
|
"files": [
|
|
"./main.ts",
|
|
"./polyfills.ts"
|
|
],
|
|
"include": [
|
|
"./polyfills.ts",
|
|
"./**/*.d.ts"
|
|
]
|
|
}
|