mirror of
https://github.com/bvanroll/little_people_firebase.git
synced 2025-08-28 19:32:40 +00:00
16 lines
281 B
JSON
16 lines
281 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"noImplicitReturns": true,
|
|
"noUnusedLocals": true,
|
|
"outDir": "public/js",
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"target": "esnext",
|
|
"watch": true
|
|
},
|
|
"compileOnSave": true,
|
|
"include": [
|
|
"ts"
|
|
]
|
|
} |