mirror of
https://github.com/bvanroll/little_people_firebase.git
synced 2025-08-29 11:52:40 +00:00
testing
This commit is contained in:
16
tsconfig.json
Normal file
16
tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"noImplicitReturns": true,
|
||||
"noUnusedLocals": true,
|
||||
"outDir": "public/js",
|
||||
"sourceMap": true,
|
||||
"strict": true,
|
||||
"target": "esnext",
|
||||
"watch": true
|
||||
},
|
||||
"compileOnSave": true,
|
||||
"include": [
|
||||
"ts"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user